Skip to content

checkdate() bug for years greater than 2038 #4

@sallar

Description

@sallar

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions