hosannahighertech / yii2-calendar
此包已被废弃,不再维护。未建议替代包。
通过日期过滤数据的简单日历
dev-master
2016-10-24 16:52 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2020-01-20 23:35:33 UTC
README
通过日期过滤数据的简单日历
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist hosannahighertech/yii2-calendar "*"
或者将以下内容添加到你的 composer.json
文件的 require 部分中。
"hosannahighertech/yii2-calendar": "*"
使用:
用法
扩展安装完成后,只需在你的代码中通过以下方式使用它:
<?= \hosannahighertech\widgets\AutoloadExample::widget(); ?>```