Converts a FullDate instance into a string that is understood by type="date" or type="time" instances of HTMLInputElement. This can optionally include seconds as well for type="time".
type="date"
type="time"
HTMLInputElement
This function ignores timezone, the literal stored date and time numbers are simply concatenated into a string. If you wish to convert time zones, first call toNewTimezone on your FullDate instance.
Optional
Converts a FullDate instance into a string that is understood by
type="date"
ortype="time"
instances ofHTMLInputElement
. This can optionally include seconds as well fortype="time"
.This function ignores timezone, the literal stored date and time numbers are simply concatenated into a string. If you wish to convert time zones, first call toNewTimezone on your FullDate instance.