Skip to content

parseDate Type documentation

(input: string, format: string, locale: string) => (undefined | Date)
Function
Returns A JS Date in accordance of the three parameters
Parameters
String containing a date or dateTime value (Ex. "05/15/2020"
input: string
Format of the input value (Ex. "M/d/YYYY")
format: string
Locale of the input value
locale: string

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.