\r\n
\r\n \r\n How can I easily (without a huge case statement) get the current date in the format:
\r\n
\r\nFriday October 4, 2002
\r\n
\r\nI found the DayWeek (returns int) and stuff like that, but nothing that gives me the result back in a string like above.\r\n
\r\n
\r\n \r\n