Download the PHP package uhi67/yii2-datepicker without Composer
On this page you can find all versions of the php package uhi67/yii2-datepicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download uhi67/yii2-datepicker
More information about uhi67/yii2-datepicker
Files in uhi67/yii2-datepicker
Package yii2-datepicker
Short Description Bootstrap 3 Date/time picker widget for Yii2
License BSD-3-Clause
Homepage https://github.com/RomeroMsk/yii2-datepicker
Informations about the package yii2-datepicker
Bootstrap 4 date/time picker widget for Yii2
A Yii2 date-time picker widget based on bower-asset/eonasdan-bootstrap-datetimepicker
Version 2.0
Limited BS4 compatibility, it just works
For Bootstrap 3 compatibility, use 1.x version.
Credits
Jonathan Peterson (@Eonasdan) for Bootstrap 3 Date/Time Picker. Antonio Ramirez (@tonydspaniard) for inspiration by Bootstrap DatePicker Widget for Yii2 and code examples. RomeroMsk for the previous version https://github.com/RomeroMsk/yii2-datepicker
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
Please refer to the Datepicker documentation web page for options and examples of using Eonasdan's Datepicker widget.
To use widget as date/time picker, set appropriate format, e.g. 'L LT' (as in examples below). See momentjs' docs for valid formats.
With a model
Without a model
Changes
2.0 -- 2021-10-20
- Bootstrap4 compatible version (limited)
1.0 -- 2021-10-20
- Version number is added
2020-01-10/uhi67
- Hungarian translations added
- Now works with DateTime and integer attribute values
2019-04-18/uhi67
- Now works with DateTime attribute values