NextDate()
Summary
Returns a new date given an original date and an offset in days.
Syntax
nextdate = NextDate(string date, int days)
| Argument | Contents |
|---|---|
| date | String of the form "mm/dd/yyyy" |
| days | Integer offset in days |
Returns
A string of the form "mm/dd/yyyy."
Example
nextdate = NextDate("12/31/1999", 1)
See Also
| Function | Summary |
|---|---|
| DayOfWeek() | Converts a date to a day of the week |
| NextOccurrence() | Returns the date of the next occurrence of a given day |