2017 © Pedro Peláez
 

yii-extension yii-date-time-picker-widget

image

metalguardian/yii-date-time-picker-widget

  • Wednesday, April 6, 2016
  • by MetalGuardian
  • Repository
  • 0 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DateTimePicker Yii widget

This yii extension is a wrapper for the powerful jQuery date-time picker, (*1)

Installation

Install this extension using composer., (*2)

Run, (*3)

php composer.phar require metalguardian/yii-date-time-picker-widget "*"

or add, (*4)

"metalguardian/yii-date-time-picker-widget": "*"

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

Usage


<?php $this->widget( \metalguardian\DateTimePicker::className(), array( 'model' => $model, 'attribute' => 'date_time_attribute', 'options' => array( 'format' => 'yy-mm-dd', ), 'htmlOptions' => array( 'class' => 'custom-class', ), ) ); ?>

For complete documentation of JQuery DateTimePicker and all widget options please refer to the documentation page, (*6)

License

yii2-fotorama-widget is released under the MIT License. See the bundled LICENSE for details., (*7)

The Versions

06/04 2016

dev-master

9999999-dev https://github.com/MetalGuardian/yii-jquery-date-time-picker-widget

  Sources   Download

MIT

The Requires

 

by Ivan Pushkin

extension jquery yii widget date picker time picker