1.2.1490. ext/calendar¶
Extension ext/calendar.
The calendar extension presents a series of functions to simplify converting between different calendar formats.
<?php
$number = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31
echo "There were {$number} days in August 2003";
?>
See also Calendar Functions.
1.2.1490.1. Specs¶
Short name |
Extensions/Extcalendar |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |