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
This package is auto-updated.
Last update: 2025-06-13 21:56:59 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.