Format a date in ISO format excluding hours, minutes, and seconds.
isoDateOnlyString(new Date(2020, 3, 2, 10, 30)) // "2020-04-02"
Date in ISO format with hours, minutes, and seconds removed.
Date to transform.
Generated using TypeDoc
Format a date in ISO format excluding hours, minutes, and seconds.
Example
Returns
Date in ISO format with hours, minutes, and seconds removed.