date.nextWeek

Syntax date.nextWeek (date)

Params date is a valid Frontier date or a string that can be coerced to a date.

Action Returns a date value corresponding to the specified day and time but in the next week

Returns A date value corresponding to the specified day and time but in the next week

Examples date.nextWeek ("12/5/97; 10:07:54 PM")

   » "12/12/97; 10:07:54 PM"

date.nextWeek (clock.now ())

   » "4/14/00; 5:50:58 PM"

See Also date.prevWeek

Discuss