meysampg / yii2-jtimepicker
This package is abandoned and no longer maintained.
The author suggests using the mrlco/yii2-jalali-datepicker package instead.
Jalali Date-Time Picker based on jQueryUi DatePicker
Package info
github.com/meysampg/yii2-jtimepicker
Type:yii2-extension
pkg:composer/meysampg/yii2-jtimepicker
v1.1.0
2016-10-04 11:33 UTC
Requires
- bower-asset/jqueryui-jtimepicker-addon: *
- yiisoft/yii2-jui: *
This package is auto-updated.
Last update: 2022-02-01 12:59:38 UTC
README
Jalali Date-Time Picker based on jQueryUi DatePicker Extension For Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist meysampg/yii2-jtimepicker "*"
or add
"meysampg/yii2-jtimepicker": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by
<?= \meysampg\jtimepicker\JDateTimePicker::widget(); ?>
or
<?= \meysampg\jtimepicker\JDatePicker::widget(); ?>
or
<?= \meysampg\jtimepicker\JTimePicker::widget(); ?>


