<add key="dateformat" value="mm/dd/yyyy"/>
I changed it to <add key="dateformat" value="MM/DD/YYYY"/> and how I gte the date displaying as 05/DD/YYYY
I went back and changed it to MM/dd/yyyy and now it's back to what it was . . strange!
Even stranger, just for giggles, I change it to yyyy/MM/dd and voila, the dats display as I wanted.
So, you can have any combination but MM must be caps and yyyy/dd must be lower case.
Do I get an e-cookie?