date.getDaysInMonth
Description
Get the amount of days in the month of the specified date.

Parameters
date string

Return value
days integer

Example
print(date.getDaysInMonth(date.getCurrentDate()))

Comments

See also

Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)