Character DayOfweek

jhilb

Freshman
Joined
Jan 14, 2002
Messages
27
How can I easily (without a huge case statement) get the current date in the format:

Friday October 4, 2002

I found the DayWeek (returns int) and stuff like that, but nothing that gives me the result back in a string like above.
 
Back
Top