Preparing search index...
The search index is not available
@code-art-eg/globalite
@code-art-eg/globalite
DateParser
Type Alias DateParser
DateParser
:
(
date
:
string
)
=>
Date
|
null
A function that parses a date string and returns a Date object or null if parsing fails.
Type declaration
(
date
:
string
)
:
Date
|
null
Parameters
date
:
string
Returns
Date
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@code-art-eg/globalite
Loading...
A function that parses a date string and returns a Date object or null if parsing fails.