Download the PHP package 2amigos/yii2-date-picker-widget without Composer
On this page you can find all versions of the php package 2amigos/yii2-date-picker-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download 2amigos/yii2-date-picker-widget
More information about 2amigos/yii2-date-picker-widget
Files in 2amigos/yii2-date-picker-widget
Package yii2-date-picker-widget
Short Description Bootstrap DatePicker widget for Yii2.
License BSD-3-Clause
Homepage http://yiiwheels.com/extension/bootstrap-datepicker
Informations about the package yii2-date-picker-widget
Bootstrap DatePicker Widget for Yii2
Renders a Bootstrap DatePicker plugin.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your application's composer.json
file.
Usage
The widget comes in two flavors:
- DatePicker
- DateRangePicker
DatePicker
This widget renders a Bootstrap DatePicker input control. Best suitable for model with date string attribute.
Example of use with a form
There are two ways of using it, with an ActiveForm
instance or as a widget setting up its model
and attribute
.
Example of use without a model
DateRangePicker
This widget renders a Bootstrap DateRangePicker Input control.
Example of use with a form
The following example works with a model that has two attributes named date_from
and date_to
.
Example of use without a model
Testing
To test the extension, is better to clone this repository on your computer. After, go to the extensions folder and do
the following (assuming you have composer
installed on your computer):
Once all required libraries are installed then do:
I would recommend to have phpunit
globally installed together with xdebug
so you can have code coverage analysis too.
Further Information
Please, check the Bootstrap DatePicker site documentation for further information about its configuration options.
Contributing
Please see CONTRIBUTING for details.
Credits
- Antonio Ramirez
- All Contributors
License
The BSD License (BSD). Please see License File for more information.
Web development has never been so fun!
www.2amigos.us
All versions of yii2-date-picker-widget with dependencies
yiisoft/yii2-bootstrap Version *
bower-asset/bootstrap-datepicker Version 1.7.0