powered by
Get the number of days in a month given the year and month
month_days(year, month)
integer year value
integer month value
The number of days in the month (integer)
# NOT RUN { month_days(2021,9) ## 30 month_days(2020,2) ## 29 # }
Run the code above in your browser using DataLab