Days in Month

Get the number of days in a specific month.

Code

General
cal_days_in_month(CAL_GREGORIAN, $month, $year);

Parameters

Year

Month (1-12)

Server

More PHP Snippets