Random-Photo-Screensaver
Random-Photo-Screensaver copied to clipboard
Created date and modified date need to be cast in filters.
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")