get_total_days($month, $year)
Parameters: |
|
---|---|
Returns: |
Count of days in the specified month |
Return type: |
int |
Total days in a given month:
echo $this->calendar->get_total_days(2, 2012); // 29
Note
This method is an alias for Date Helper function days_in_month()
.
Please login to continue.