I Would like to select all entries from an SQLite table if the entries timestamp matches todays date.
I am querying an SQLite database as follows:
//
does this work?
date('now', 'start of day')
For local timezone:
date('now','localtime','start of day')