date(a) + days(b)
This function adds b days to the given date a. If b is negative, the number of days are substracted.
Parameters
Parameter |
Description |
a |
Date. |
b |
Days to add. |
Examples
Parameter a |
Parameter b |
Result |
2005-01-01 |
1 |
2005-01-02 |
2005-01-01 |
-1 |
2004-12-31 |