Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex290/yii2-widget-datepicker


https://github.com/alex290/yii2-widget-datepicker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

yii2-widget-datepicker
==========================
The DatePicker widget Yii2

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist alex290/yii2-datepicker "*"
```

or add

```
"alex290/yii2-datepicker": "*"
```

to the require section of your `composer.json` file.

Использование
-----

поле $datetime должен быть формата intiger

```php
= $form->field($model, 'datetime')->widget(alex290\datepicker\Datepicker::className(),[]) ?>```