Hi,
I am using dotnet framework 2.0, visual studio 2005.
We are using DateTime.Now.ToUniversalTime().GetDateTimeFormats( )[105] to
format the string in particular format and using parseint64 after that to
generate an id after removing the - and spaces and other things.
Now, on my system
DateTime.Now.ToUniversalTime().GetDateTimeFormats( )[105] returns "09-Jan-07
06:50:07 PM"(Un Desirable) while on all other machines in our project this
returns in the format "2007-01-09 18:50:07". (Desirable Format)
How to ensure that the same value is returned in all the machines?
Regards,
Sugandh