dayofmonth()
Returns the integer number representing the day number of the given month
dayofmonth(datetime(2015-12-14)) == 14
Syntax
dayofmonth(a_date)
Arguments
a_date: Adatetime.
Returns
day number of the given month.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the integer number representing the day number of the given month
dayofmonth(datetime(2015-12-14)) == 14
dayofmonth(a_date)
a_date: A datetime.day number of the given month.