Skip to content

AddDays

Shaun Lawrence edited this page Jul 14, 2020 · 4 revisions

Returns the supplied date with the specified number of days added.

AddDays(date, numberOfDays)

Parameters

date

The date that will have the numberOfDays added.

Type DateTime
Required Yes

numberOfDays

The number of days to add to the date.

Type Double
Required Yes

Examples

AddDays(#today#, 2)

Adds 2 days to the current date.

AddDays(#today#, -2)

Subtracts 2 days from the current date.

Clone this wiki locally