I am using the the date format string "dddd, MMMM dd, yyyy" which formats Date type to Monday, April 04, 2005. Is there any way I can specify in the format string so that the day should be in capital letter eg MONDAY, April 04, 2005. I don't want to parse myself.
Thanks in advance