Description Usage Arguments Value Examples
It acts similiarly to Excel's EOMONTH function. It returns the end of month date for the specified date.
1 |
date |
Give the date argument so it can give you the end of the month. |
months |
The number of months before or after start_date. A positive value for months yields a future date; a negative value yields a past date. |
In this case we specify 2nd June 2008. Function returns end of the month which is 30th June 2008. Function will always return Date class.
1 |
[1] "2008-06-30"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.