I get date from html5 input dateTime
var t = new Date("2017-10-13T00:00")
on Windows Chrome
Fri Oct 13 2017 00:00:00 GMT+0300
on Linux Chrome
Fri Oct 13 2017 03:00:00 GMT+0300
can I fixed it?
I get date from html5 input dateTime
var t = new Date("2017-10-13T00:00")
on Windows Chrome
Fri Oct 13 2017 00:00:00 GMT+0300
on Linux Chrome
Fri Oct 13 2017 03:00:00 GMT+0300
can I fixed it?