Description Usage Arguments Value Examples
Get the number of days in a month given the year and month
1 | month_days(year, month)
|
year |
integer year value |
month |
integer month value |
The number of days in the month (integer)
1 2 3 | month_days(2021,9) ## 30
month_days(2020,2) ## 29
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.