madand / yii2-momentjs
为 Yii2 提供的 moment 资产
dev-master
2015-11-19 11:54 UTC
Requires
- bower-asset/moment: *
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-14 17:37:19 UTC
README
提供资产包,便于将 moment 集成到您的 Yii2 应用程序中。
安装
安装此扩展的首选方法是使用 composer。
运行以下命令之一:
composer require --prefer-dist "madand/yii2-momentjs:*"
或者
"madand/yii2-momentjs": "*"
将以下内容添加到您的 composer.json
文件的 require
部分:
使用方法
在视图文件中注册资产
// Register only core momentjs with no locale data \madand\momentjs\MomentJsAsset::register($this); // Register core momentjs with current app locale. Current locale is activated on DOM ready. \madand\momentjs\MomentJsLocaleAsset::register($this); // Register core momentjs with all locales supported by the momentjs. \madand\momentjs\MomentJsAllLocalesAsset::register($this);
许可证
BSD 许可证。有关更多信息,请参阅 许可证文件。