tomorrow
The tomorrow() function returns now() + 1 day as a TheDate.
Interactive example
Syntax
typescriptfunction tomorrow(): TheDate
1
Parameters
None.
Return value
A TheDate representing an instant approximately one day after now.
See also
Sources