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: 2025-02-01 20:10:17 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(); ?>```