marijnkampf / Random-Photo-Screensaver

Source of Random Photo Screensaver
http://www.abscreensavers.com/random-photo-screensaver/open-source
Other
44 stars 14 forks source link

Created date and modified date need to be cast in filters. #61

Open marijnkampf opened 8 years ago

marijnkampf commented 8 years ago

When using dates in filters they need to be cast using the sql date function. E.g. for all photos taken after 1st January 2016 use:

Include created date Greater than date("2016-01-01")