date.yesterday
| Syntax |
date.yesterday (date)
|
| Params |
date is a valid Frontier date or a string that can be coerced to a date.
|
| Action |
Returns a date value exactly one day before the specified date
|
| Returns |
A date value exactly one day before the specified date
|
| Examples |
date.yesterday ("1/1/00") » "12/31/99; 12:00:00 AM"
date.yesterday (clock.now())
date.yesterday (clock.now()) equals (clock.now () - 24*60*60)
|
| Notes | |
| See Also |
date.tomorrow
|