Skip to content

tomorrow

The tomorrow() function returns now() + 1 day as a TheDate.

Interactive example

Syntax

typescript
function tomorrow(): TheDate

Parameters

None.

Return value

A TheDate representing the next day at the same hour.

See also

Sources

Released under the MIT license.