conquer / momentjs
Yii2 momentjs widget
Installs: 77 279
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/moment: >=2.9.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-24 04:02:42 UTC
README
Description
Parse, validate, manipulate, and display dates in JavaScript. For more information please visit Moment.js
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/momentjs "*"
or add
"conquer/momentjs": "*"
to the require
section of your composer.json
file.
Usage
\conquer\momentjs\MomentjsAsset::register($this);
License
conquer/momentjs is released under the MIT License. See the bundled LICENSE.md
for details.