Source Code:
(back to article)
<?php $days_in_january = cal_days_in_month(CAL_GREGORIAN, 1, 2022); echo "There are $days_in_january days in January 2022"; ?>
Result:
Report an issue