facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

support for Deserializing ISO8601 formatted string to DateTime #14

Closed prabirshrestha closed 12 years ago

prabirshrestha commented 12 years ago

pull request for #13

DateTime string format is 2004-01-20T05:03:06.012Z if it has milliseconds, it if it does not have milliseconds it is 2004-01-20T05:03:06Z