I forced the date time format with a format string. Amazingly (!!) despite my using colons in the time portion of the format string (HH:mm:ss) DateTime.ToString() still writes it out with periods as the time delimiter! Well Convert.ToDateTime() accepts it this way so I am going to leave it.
Tested on his system and it's OK. |