DateAdd

Returns the sum of a date and an integer, along with a time stamp.

DateAdd(1, 2, 3)

OrdinalTypeDescription
1DateRequiredDate to add using MM/dd/yyyy or YYYY-MM-DD values
2numericRequiredInteger to add
3stringRequiredUnit of time of the integer. Valid values include Y, M, D, H, and MI.

The system returns tomorrow's date, along with a time stamp.