dateTime(
opt?):DateTime
Defined in: src/dateTime/dateTime.ts:899
Creates a DateTime instance.
Parameters
| Parameter | Type | Description | 
|---|---|---|
| opt? | { format?:FormatInput;input?:DateTimeInput;lang?:string;timeZone?:string; } | |
| opt.format? | FormatInput | strict format for parsing user's input. | 
| opt.input? | DateTimeInput | input to parse. | 
| opt.lang? | string | specified locale. | 
| opt.timeZone? | string | specified time zone. | 
Returns
Previous
Next