Hi there.
How can one easily determine the current date format that the user has set up in his regional settings (control panel)?
Thank you.
Printable View
Hi there.
How can one easily determine the current date format that the user has set up in his regional settings (control panel)?
Thank you.
System.Threading.Thread.CurrentThread.CurrentCulture.DisplayName
System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.FullDateTimePattern
And so on.