Module

toDateTimeLocal

As the HTML5 input simply doesn't parse the ISO8061 timestamp with local timezone So we have to parse it manually
Parameters:
Name Type Description
isoDatetime String Example value: "2019-05-02T05:28:18.185Z"

View Source dateTime/toDateTimeLocal.js, line 8

A string of type datetime-local, date-local or time-local (depending on options passed). Example value: "2019-05-02T13:28"
String