I am using JSON.strigify to convert JSON object to a string, but in the process, it is also converting the local date to UTC date hence returning the date in the following format.
"2017-04-30T18:30:00.000Z"
I don't want it to happen and want to keep the date as is.