codiverum/datetime-helpers

Set of useful helpers to manipulate DateTime

dev-master 2016-05-05 13:22 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:09:51 UTC


README

Set of useful helpers to manipulate DateTime

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist codiverum/datetime-helpers "*"

or add

"codiverum/datetime-helpers": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \codiverum\datetime\AutoloadExample::widget(); ?>```