|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-07-10 13:06 UTC] shane
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 06:00:01 2025 UTC |
The supplied code with the GregorianToJD function does not work, even with lower case. None of the calendar functions work. <?php $jd = GregorianToJD(10,11,1970); echo("$jd\n"); $gregorian = JDToGregorian($jd); echo("$gregorian\n"); ?> I get the error : Fatal error: Call to unsupported or undefined function gregoriantojd() in /usr/local/src/work/apache_1.3.0/share/htdocs/work/crypt.phtml on line 2 I would really appreciate a response as it is hoding my project up.