mby/datetime

A stricter interface to the DateTime builtin.

1.0.0 2019-07-13 08:22 UTC

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.