eggnukes / yii2-moment
Moment.js and Moment Timezone assets for Yii2
v1.0.1
2020-05-27 18:42 UTC
Requires
- bower-asset/moment: ~2.0
- bower-asset/moment-timezone: ~0.5
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-28 07:45:42 UTC
README
Moment.js and Moment Timezone assets for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist eggnukes/yii2-moment "*"
or add
"eggnukes/yii2-moment": "*"
to the require section of your composer.json file.
Usage
Register the needed asset in your view file:
\eggnukes\moment\MomentAsset::register($this);
\eggnukes\moment\MomentWithLocaleAsset::register($this);
\eggnukes\moment\MomentTimezoneAsset::register($this);
MomentTimezoneAsset depends on MomentWithLocaleAsset by default.