Can someone please tell me whether the PEAR Date class for PHP is installed.
http://pear.php.net/manual/en/package.datetime.date.php
I would like to use it to convert easily between timezones for some Paypal integration scripts that I am working on.
I am on the absolut server -- engineman.exofire.net
I get the following error when I try to include Date.php
If the package isn't installed, would you please install it on my server. If it is installed could you tell me how to modify my require statement to include it properly. I am currently using the following:
Thanks,
engineman
http://pear.php.net/manual/en/package.datetime.date.php
I would like to use it to convert easily between timezones for some Paypal integration scripts that I am working on.
I am on the absolut server -- engineman.exofire.net
I get the following error when I try to include Date.php
Code:
Warning: require_once(Date.php) [function.require-once]: failed to open stream: No such file or directory in /home/enginema/public_html/<path to my PHP script> on line 44
Code:
require_once 'Date.php'
engineman