Displaying date as text
Posted: Wed Jul 11, 2007 10:00 am
Hi,
I have dates stored in a database I have extracted all of them and displayed them on a page.
However, I would like to display the date as a day textually.
How can I do this?
I've tried the following:
but this displays the same day for each in the loop.
I have dates stored in a database I have extracted all of them and displayed them on a page.
However, I would like to display the date as a day textually.
How can I do this?
I've tried the following:
Code: Select all
echo date("l", $sessionDate);