toNative
The toNative() function converts a TheDate to a JavaScript Date.
Interactive example
Syntax
typescript
function toNative<
GenericInput extends TheDate
>(
input: GenericInput
): DateParameters
input: The immutableTheDateto convert.
Return value
A standard JavaScript Date instance.
