2017 © Pedro Peláez
 

yii2-extension yii2-bootstrap-datepicker-mobile

Mobile-first datepicker for Yii2 based on https://github.com/niftylettuce/bootstrap-datepicker-mobile

image

andrew72ru/yii2-bootstrap-datepicker-mobile

Mobile-first datepicker for Yii2 based on https://github.com/niftylettuce/bootstrap-datepicker-mobile

  • Thursday, February 11, 2016
  • by andrew72ru
  • Repository
  • 2 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Mobile-first datepicker for Yii2

Mobile-first datepicker for Yii2 based on https://github.com/niftylettuce/bootstrap-datepicker-mobile, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist andrew72ru/yii2-bootstrap-datepicker-mobile "*"

or add, (*4)

"andrew72ru/yii2-bootstrap-datepicker-mobile": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= $form->field($model, 'date')->widget(\andrew72ru\datepicker\DatePicker::className(), [
    'options' => [], // Html tag options
    'pluginOptions' => [
        'date-start-view' => 'day',
        'date-format' => 'dd.mm.yy',
        'date' => \Yii::$app->formatter->asDate(time(), 'MM/dd/yy'),
    ],
]); ?>

The Versions

11/02 2016

dev-master

9999999-dev

Mobile-first datepicker for Yii2 based on https://github.com/niftylettuce/bootstrap-datepicker-mobile

  Sources   Download

MIT

The Requires

 

by Avatar andrew72ru

extension yii2 bootstrap datepicker mobile

11/02 2016

0.0.2

0.0.2.0

Mobile-first datepicker for Yii2 based on https://github.com/niftylettuce/bootstrap-datepicker-mobile

  Sources   Download

MIT

The Requires

 

by Avatar andrew72ru

extension yii2 bootstrap datepicker mobile

11/02 2016

v0.0.1

0.0.1.0

Mobile-first datepicker for Yii2 based on https://github.com/niftylettuce/bootstrap-datepicker-mobile

  Sources   Download

MIT

The Requires

 

by Avatar andrew72ru

extension yii2 bootstrap datepicker mobile