Download the PHP package iamsaint/yii2-datetimepicker without Composer
On this page you can find all versions of the php package iamsaint/yii2-datetimepicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iamsaint/yii2-datetimepicker
More information about iamsaint/yii2-datetimepicker
Files in iamsaint/yii2-datetimepicker
Download iamsaint/yii2-datetimepicker
More information about iamsaint/yii2-datetimepicker
Files in iamsaint/yii2-datetimepicker
Please rate this library. Is it a good library?
Informations about the package yii2-datetimepicker
# Yii2 DateTimePicker widget
Описание
Виджет DateTimePicker ( http://xdsoft.net/jqplugins/datetimepicker ) для Yii2
Скриншоты
Установка
В корне вашего проекта в composer.json в раздел "require" пропишите:
"iamsaint/yii2-datetimepicker": "dev-master"
и после выполните команду:
php composer.phar install
Или же выполните команду:
php composer.phar require --prefer-dist iamsaint/yii2-datetimepicker "dev-master"
Использование
use iamsaint\datetimepicker\Datetimepicker;
echo $form->field($model, 'created')->widget(Datetimepicker::className(),[
'options' => [
'lang' => 'en',
]
]);
Список доступных пареметров находится на сайте автора плагина DateTimePicker:
All versions of yii2-datetimepicker with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package iamsaint/yii2-datetimepicker contains the following files
Loading the files please wait ....