mby / datetime
A stricter interface to the DateTime builtin.
1.0.0
2019-07-13 08:22 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpstan/phpstan: ^0.11.12
- phpunit/phpunit: ^8.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-14 00:49:07 UTC
README
This package extends the DateTime and DateTimeImmutable class.
It defines a new creation method createFromFormatStrict that behaves like createFromFormat, but throws InvalidArgumentException when the parsing fails.