Description Usage Arguments Value Author(s) Examples
LastDayOfTheMonth returns the last day of a month, considering leap years too.
| 1 | LastDayOfTheMonth(intMonth,intYear)
 | 
| intMonth | month 1-12 | 
| intYear | year | 
last day of a month.
Jose Gama
| 1 2 3 4 | LastDayOfTheMonth(2,2010)
LastDayOfTheMonth(2,2011)
LastDayOfTheMonth(2,2012)
LastDayOfTheMonth(2,2013)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.