| date related problem I've got a server that automatically stores images in a directory like so:
2003/09/04/12/15/
So you have obviously the date string with each component as a seperate directory. The application that takes snapshots and stores images like this has no other method of doing so, AFAIK. The task would be to create dynamic links for the year, month, day, and then ultimately the time. So it might look like this on the page: 2003
-- Sept
-- 4
-- 12:15
With each link having a hierarchy to get back to the starting point. This is something I've not come across before, would appreciate any ideas. TIA. |