K Kevin Yu Apr 5, 2004 #1 hi all does anyone know how to detect the system DateTime format of the system? Kevin
K Kevin Yu Apr 5, 2004 #2 or do I just use DateTime.Now.day, .month, .year to make my own day string. Kevin
J Jerry Pisk Apr 5, 2004 #3 CultureInfo.DateTimeFormat has ShortDatePattern, LongDatePattern and so on. Jerry
K Kevin Yu Apr 6, 2004 #4 Jerry thx for the info. Kevin Jerry Pisk said: CultureInfo.DateTimeFormat has ShortDatePattern, LongDatePattern and so on. Jerry Click to expand...
Jerry thx for the info. Kevin Jerry Pisk said: CultureInfo.DateTimeFormat has ShortDatePattern, LongDatePattern and so on. Jerry Click to expand...