date(a) + month(b)
|
Group |
Adds b months to the given date a. If b is negative the number of months are subtracted.
Description of Parameters
|
Parameter |
Description |
|
a |
Date. |
|
b |
Months to add. |
Examples
|
Parameter a |
Parameter b |
Result |
|
2005-01-01 |
1 |
2005-02-01 |
|
2005-01-01 |
-1 |
2004-12-01 |