niirrty/niirrty.date

A PHP date library.

0.6.1 2024-02-16 12:16 UTC

This package is auto-updated.

Last update: 2025-03-16 14:29:50 UTC


README

A date time and time + timespan extending package.

Installation

inside the composer.json:

{
   "require": {
      "php": ">=8.1",
      "niirrty/niirrty.date": "~0.6"
   }
}