What would I use to make a date show up like this DD MON YYYY. Example 08 JUL 2014. I need the MONTH to be in upper case. Of course if this is a string I can just do ToUpper(), but I am putting this into a Date Picker. I tried dd MMM yyyy as the format,
but it puts the month as Jul instead of JUL.
Go to the complete details ...