yiidreamsoft / yii2-datepicker
波斯日期选择器
dev-master
2020-07-10 11:59 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-29 05:42:45 UTC
README
波斯日期选择器
安装
安装此扩展的首选方式是通过 composer。
运行
composer require yiidreamsoft/yii2-datepicker "*"
或在您的 composer.json
文件的 require 部分添加
"yiidreamsoft/yii2-datepicker": "*"
to the require section of your composer.json
file.
使用方法
扩展安装后,只需在代码中通过
<?= \dreamsoft\datepicker\DatePicker::widget(); ?>```