apeschar/date

A value object for dates without times

1.2.1 2022-11-16 12:56 UTC

This package is auto-updated.

Last update: 2024-05-16 16:23:46 UTC


README

This is a date value object for PHP. You may use this instead of DateTime or DateTimeImmutable when you want dates without times. It makes it safer and easier to compare and work with dates without worrying about differences in time and timezone.