Hello,
I'm pulling date from my database as 0000-00-00 or YYYY-MM-DD,
I want to display it as, for example: Friday , 2003-06-20.
It's not the current date, I want to display the date a record was entered. So if a record was entered on a friday for example it would come up as Friday, 2003-06-20. So what I want to do is to format the variable that stores the date, which I've called $myrow[date] to look like Friday, 2003-06-20 instead of 2003-06-20. Does anyone have any ideas?
Thanks in advance,
Manik