Calculates a new date by adding a specified period to a specified date.
Syntax
date + number period
If you prefer a functional syntax, you can use the INCREMENT_period functions. For example: INCREMENT_DAYS(02-01-2015 , 1 ) = 02-01-2015
Return type
Examples
2016-01-01