A
ABC
I set the date format as "MM/dd/yyyy" on control panel. Then, I use
System.Globalization.DateTimeFormatInfo.CurrentInfo.ShortDatePattern to
return short date format. But it has not return my expected format, which
return 'M/d/yyyy'. How should I do?
System.Globalization.DateTimeFormatInfo.CurrentInfo.ShortDatePattern to
return short date format. But it has not return my expected format, which
return 'M/d/yyyy'. How should I do?