I know in devices we cannot modify the culture settings of the current thread.
I need to set the DateTimeFormatInfo property of the current culture so that I'll get DateTime in required format in the application.
How Do I achieve this?
Say DateTime.Today.ToString() should result in 2004-06-29 instead of the default 6/29/2004 12:00:00 AM
Thanks,
Karthik