Releases: BrandEmbassy/datetime
Releases · BrandEmbassy/datetime
3.5
3.4
- Added DateTimeRegularExpressions with RFC3339
3.3.0
What's Changed
- Compatibility with PHP 8.0 by @PetrHeinz in #22
New Contributors
- @PetrHeinz made their first contribution in #22
Full Changelog: 3.2...3.3.0
3.2.0
3.1.0
php7.2-> php7.4
3.0.1
Fix RFC parsing
3.0
Primary format is RFC3339 (+ EXTENDED - milliseconds ).
It's a philosophy change - instead of implementing specific methods (such as ATOM) we primarily support RFC3339 format, with an option to explicitly use another format, if needed.
2.2.2
fix ISO validation
2.2.1
Fix of the check of date's validity
2.2
DateTimeModifier