Skip to content

now

The now() function returns the exact current moment as a TheDate (positive Unix timestamp).

Interactive example

Syntax

typescript
function now(): TheDate

Parameters

None.

Return value

A TheDate representing the current moment.

See also

Sources

Released under the MIT license.