Random-Photo-Screensaver icon indicating copy to clipboard operation
Random-Photo-Screensaver copied to clipboard

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

Open marijnkampf opened this issue 9 years ago • 0 comments

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")

marijnkampf avatar Feb 11 '16 07:02 marijnkampf