mgholam / fastJSON

Smallest, fastest polymorphic JSON serializer
https://www.codeproject.com/Articles/159450/fastJSON-Smallest-Fastest-Polymorphic-JSON-Seriali
MIT License
479 stars 147 forks source link

datetime format output #33

Closed jstzwhc closed 7 years ago

jstzwhc commented 7 years ago

How can I get datetime as such format "2016-12-01 11:30:20.524"

mgholam commented 7 years ago

You can set JSONParameters.DateTimeMilliseconds = true and you will get 2016-12-01T11:30:20.524 which is the ISO standard output