EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

daysinmonth

The number of days in a month. Leap years are taken into account for February.

func uint daysinmonth (
   ushort year,
   ushort month
)

Parameters

year Year.
month Month.

Return value

Returns the number of days in the month.

Related links

Source