0

is That anyway to save this "2013-03-13T18:30:00 CET" into a DateTime without restructuring the whole string ?

anyway to convert it by using Convert.ToDatetime ?

abc cba
  • 2,563
  • 11
  • 29
  • 50
  • 3
    Other than the time zone part, it's easy to do this with `DateTime.ParseExact`. The "CET" bit is the tricky one. – Jon Skeet Mar 14 '13 at 10:15
  • That's ISO 8601 format. However [last time that came up](http://stackoverflow.com/questions/3556144/how-to-create-a-net-datetime-from-iso-8601-format) there were no great solutions. – Rup Mar 14 '13 at 10:19

0 Answers0