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

Installs: 7 822

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

v1.1.0 2016-10-04 11:33 UTC

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(); ?>

screenshot_2016-10-04_14-58-40

or

<?= \meysampg\jtimepicker\JDatePicker::widget(); ?>

screenshot_2016-10-04_14-59-02

or

<?= \meysampg\jtimepicker\JTimePicker::widget(); ?>

screenshot_2016-10-04_14-58-02