I was wondering if anyone as figured out a way to go from a day of the week in numerical format to the actual name. Such as:
0 - Sunday, 1 - Monday, ect... I can go from Name to number, but not back again.
I have tried:
date("l",mktime(0,0,0,0,$dow);
date("l",strtotime($dow);
And many variations of the above.
I can get names to spit out just the not the correct ones.
Any suggestions??
Thanx!