date-time-picker Yii Extension to work with DateTimePicker jQuery plugin

  1. Requirements
  2. Installation
  3. Usage
  4. Resources
YiiDateTimePicker

This Extension based on DateTimePicker jQuery plugin

Requirements

  • Yii Framework 1.1 or above

Installation

Create in your extensions folder YiiDateTimePicker folder.

Move downloaded files to YiiDateTimePicker extension folder.

Usage

Place this code in your view page

$this->widget('ext.YiiDateTimePicker.jqueryDateTime', array(
        'model' => $model,
        'attribute' => 'attribute',
        'options' => array(), //DateTimePicker options
        'htmlOptions' => array(),
    ));

Full DateTimePicker options list you can see at DateTimePicker Official Page

Resources

0 0
1 follower
1 568 downloads
Yii Version: 1.1
License: (not set)
Category: Date and Time
Developed by: Jadson
Created on: Nov 14, 2014
Last updated: 9 years ago

Downloads

show all

Related Extensions