Index

Date tomorrow()

Return tomorrow's date (UTC).

Arguments:
(none)

Example:
The following example halts script execution until the start of the following day. Tomorrow's date is first frozen in a variable.
 Date d = $tomorrow
 until $date >= $d
Context:
The tomorrow function returns the date of the following day, UTC.

Martin Shepherd (9-Oct-1997)