G
Guest
User can changes his/her local date setting, i.e., "M/d/yyyy", "dd/MMM/yyyy", .... etc. which interprets the date (string type) in the different way. for example "02/05/2004" can be the second of May or the fifth of Februry. So, it's neccessary to get the local date setting before display this date.
Any body knows
1. How to get the user's local date format o
2. How to enforce to use a standard date format for display the dat
Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US"
can enforce to use a region but can't get a specific date format define by users
Any body knows
1. How to get the user's local date format o
2. How to enforce to use a standard date format for display the dat
Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US"
can enforce to use a region but can't get a specific date format define by users