ZenphotoCMS Forum
Adding date range for photos - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Adding date range for photos (/thread-2627.html)



Adding date range for photos - maaike - 2008-04-07

When I'm adding an album that spans several days (for example - photos from a week-long trip), I want to add the date range instead of just one date. I tried a couple of different ways (with a space, dash, slash between two dates) but none worked. Is this possible? If not, would it be possible to add?




Adding date range for photos - acrylian - 2008-04-07

PHP and MySQL do not support date ranges. Each image and album gets the date it was created or shot (if in the EXIF metadata). If you want to show a date range, you would have to add it manually to the description or custom data field.




Adding date range for photos - maaike - 2008-04-07

I tried to add it to the date field within the album admin, but it wouldn't accept any format of date ranges. Is there a specific format that I need to enter?
I've tried:
2008-06-30 - 2008-07-11
2008-06-30 / 2008-07-11
2008-06-30 2008-07-11
2008-06-30 : 2008-07-11




Adding date range for photos - acrylian - 2008-04-07

Sorry, didn't you read my above post??