|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2017-12-09 10:10 UTC] charlie dot muldoon12 at gmail dot com
Description: ------------ --- From manual page: http://www.php.net/function.cal-days-in-month --- cal_days_in_month(CAL_GREGORIAN, 12, 2017); PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 06:00:02 2025 UTC |
I guess you meant 7.0.2 there. Yes, it seems to be missing on 7.0.1-7.0.3. This is probably due to the extension not being enabled. Please check with var_dump(extension_loaded('calendar')), which isn't available on the site you mentioned, because it has been disabled.