edatetimepicker Extension with jQuery plugin DateTimePicker

  1. Requirements
  2. Usage
  3. Resources
  4. Project page

This extension uses the jQuery plugin [DateTimePicker][dateTimePicker]. You can use it to pick a date and / or a time. [dateTimePicker]: http://xdsoft.net/jqplugins/datetimepicker/ [dateTimePickerSrc]: https://github.com/xdan/datetimepicker [EDateTimePicker]: https://bitbucket.org/fruitbar/edatetimepicker

Requirements

Yii 1.1.16 or above (untested below)

Usage

Add to your view:

Yii::import('ext.EDateTimePicker.EDateTimePicker');
    $this->widget('EDateTimePicker',array(
        'model'=>$model,
        'attribute'=>'attributeName',
        'options'=>array(
            'timepicker'=>true,
            'step'=>10,
            'format'=>'Y-m-d H:i',
            'dayOfWeekStart'=>0,
            'minDate'=>date('Y-m-d'),
            'yearStart'=>date('Y'),
        ),
        'htmlOptions'=>array(
          'maxlength'=>'16',
          'title'=>'Enter or select date (YYYY-MM-DD HH:MM)',
          'onchange'=>'javaScriptFunction(this)'
        ),
      )
    );

For a complete list of `options` please look into the [DateTimePicker Documentation][dateTimePicker].

Resources

  • [DateTimePicker Dokumentation][dateTimePicker]
  • [DateTimePicker GitHub][dateTimePickerSrc]

Project page

[EDateTimePicker][EDateTimePicker]

0 0
1 follower
100 downloads
Yii Version: 1.1
License: MIT
Category: User Interface
Tags:
Developed by: awdr
Created on: Oct 21, 2015
Last updated: 8 years ago

Downloads

show all