Hi, can someone please tell me the easiest way to convert the following date created using..
dateTime.ToString("yyyyMMddHHmmss", CultureInfo.InvariantCulture)
into a proper DateTime object?
20090530123001
thanks.
NB: I have tried Convert.ToDateTime(...) but got a FormatException.