grashoper20 / gregorian-ordinal
Convert Python's Gregorian ordinal into PHP dates.
v1.0.0
2017-09-28 15:07 UTC
Requires
None
Requires (Dev)
- phpunit/phpunit: ^6.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 13:52:00 UTC
README
Library for converting Python's Gregorian Ordinal's into PHP date accessible values.
Getting Started
Install with composer.
Installing
Install with composer.
Authors
License
This project is licensed under the Python License, Version 2 - see the LICENSE.txt file for details.
Acknowledgments
- Logic mostly taken directly from Python's Datetime library.