sumesh np

sumesh np

  • 1.3k
  • 355
  • 144.4k

String was not recognized as a valid DateTime

Dec 28 2015 1:49 AM
Hi,
 
Getting error message "String was not recognized as a valid DateTime"
DateTime date = DateTime.Parse("2015-09-08T12:34:31.0Z" ); 
 
How to convert this datetime?
Locally its working fine, but not  in server.

Answers (4)