mtichy/datetime

Custom PHP DateTime types.

v1.0.2 2019-03-14 13:47 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:20:05 UTC


README

This library provides custom data types for date and datetime.

Installation

via composer:

composer require mtichy/datetime

or you can just download project source files directly

Usage

with composer:

<?php
require __DIR__.'/vendor/autoload.php';

without composer

<?php
require 'path-to-datetime-dir/autoload.php';