Hi,
Im building a web app that lets you look up events for the next 14 days by clicking on the link for that day.
An example of which can be seen at : http://www.peoplesrepublicofcork.com/~peoplesr/eventguide/
I think the easiest way to do this will be to use:
strtotime(+1 day)
strtotime(+2 days)... etc
This will return a unix timestamp for these days.
My problem is that I cannot find a function to convert the timestamps to human readable dates as in the URL link above
Any ideas as to a function I could use?
Thanks in advance
Beedge