A localized string of Date can based to a DateTime object in C# as below;
It's a french format to C# DateTime object.
Happy Coding...
DateTime dtBorn = DateTime.ParseExact(dtBorn, "dd/MM/yyyy", CultureInfo.InvariantCulture)
It's a french format to C# DateTime object.
Happy Coding...
No comments:
Post a Comment