The method @pilevar has added to the class has a bug:
Our jDateTime class aims to support years greater than 2038, and this is made possible by using DateTime object in php. but checkdate() method uses the old php checkdate function and not the new DateTime object. I guess this is a bug since this does not uses that object.
Please take this into consideration.
The method @pilevar has added to the class has a bug:
Our jDateTime class aims to support years greater than 2038, and this is made possible by using DateTime object in php. but checkdate() method uses the old php checkdate function and not the new DateTime object. I guess this is a bug since this does not uses that object.
Please take this into consideration.