Now I want to get today datestring with javascript as format
"2017-05-23T00:03:21-05:00"
But it's some difficult.
I have tried as below.
datestr = (new Date()).toISOString();
And it's returning "2017-05-23T17:22:00.472Z"
Please help me to get good result!