/ Published in: C#
Expand |
Embed | Plain Text
DateTime myDate = DateTime.ParseExact("28-12-2008", "dd-MM-yyyy", System.Globalization.CultureInfo.InvariantCulture);
You need to login to post a comment.
Elph on 09/10/08
1 person have marked this snippet as a favorite
DateTime myDate = DateTime.ParseExact("28-12-2008", "dd-MM-yyyy", System.Globalization.CultureInfo.InvariantCulture);
You need to login to post a comment.