What is the date and time format like the following called, for example: 2001-07-26T20:52:54Z?
And how could I convert the date and time into that particular format and into string for JSON?
For example, if a user entered in 7/26/2001 and 20:52:54, I want it to be converted into 2001-07-26T20:52:54Z format.
Thank you