Closed jstzwhc closed 7 years ago
How can I get datetime as such format "2016-12-01 11:30:20.524"
You can set JSONParameters.DateTimeMilliseconds = true and you will get 2016-12-01T11:30:20.524 which is the ISO standard output
JSONParameters.DateTimeMilliseconds = true
2016-12-01T11:30:20.524
How can I get datetime as such format "2016-12-01 11:30:20.524"