date.prevWeek
| Syntax |
date.prevWeek (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 week before the specified date
|
| Returns |
A date value exactly one week before the specified date
|
| Examples |
date.prevWeek ("12/5/97; 10:26:15 PM") » "11/28/97; 10:26:15 PM"
date.prevWeek (clock.now ())
|
| See Also |
date.nextWeek
|