[PHP] GregorianToJD

2006-04-20 Thread tedd

Hi gang:

While looking for a solution to the Date time Comparison post, I 
came across a function that looked interesting, namely gregoriantojd 
-- see:


http://www.weberdev.com/gregoriantojd

Everything I've read about it says that it works for PHP 3-5. 
However, I'm working in PHP 4.3.1 and calls to that function give me:


Fatal error: Call to undefined function: gregoriantojd()

What's up with that?

Thanks.

tedd

--

http://sperling.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] GregorianToJD

2006-04-20 Thread Stut

tedd wrote:

Everything I've read about it says that it works for PHP 3-5. However, 
I'm working in PHP 4.3.1 and calls to that function give me:


Fatal error: Call to undefined function: gregoriantojd()

What's up with that?



That function is part of the calendar extension. Check that this 
extension is compiled in or being loaded.


-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php