[ Version ( since = "1.0" ) ]
public static int days_in_month (int month, int year)
Gets the number of days in the target month in the target year.
month |
The target month |
year |
The target year |
The number of days in the target month in the target year. |