Download the PHP package maddoger/yii2-datetimepicker without Composer
On this page you can find all versions of the php package maddoger/yii2-datetimepicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-datetimepicker
Yii2 DateTimePicker and date format behavior
DateTimePicker widget is a wrapper of Bootstrap DatePicker for Yii 2 framework.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by:
Date Attribute
For datetime format and timezone conversation you can use DateTimeBehavior
.
In model behaviors for timestamp field:
Now you can use published_at
as original attribute and published_at_local
as user read-write attribute.
For date fields:
All versions of yii2-datetimepicker with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
>=2.0.13
maddoger/yii2-datetime-behavior Version ~2.0
bower-asset/eonasdan-bootstrap-datetimepicker Version 4.*
maddoger/yii2-datetime-behavior Version ~2.0
bower-asset/eonasdan-bootstrap-datetimepicker Version 4.*
The package maddoger/yii2-datetimepicker contains the following files
Loading the files please wait ....