date-vir - v8.5.0
    Preparing search index...

    Function toHtmlInputString

    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".

    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.