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