Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex290/yii2-widget-datepicker
https://github.com/alex290/yii2-widget-datepicker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex290/yii2-widget-datepicker
- Owner: alex290
- Created: 2024-03-25T12:26:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:33:59.000Z (10 months ago)
- Last Synced: 2024-03-26T13:07:04.355Z (10 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii2-widget-datepicker
==========================
The DatePicker widget Yii2Installation
------------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(),[]) ?>```