How can we sort images by date in PHP?
I have to sort images like the new iOS 7 Photos App.
I know how to sort them by date using exif_read_data or the date it was
uploaded however I would like to keep images grouped:
For example, if I take 20 pictures at a party between august 27 11pm and
august 28 1am, they will not be separated in two days but instead they
will display august 27 - 28
How can I achieve this in PHP?
Thank you!
No comments:
Post a Comment