Skip to content

Yii Extension to work with DateTimePicker jQuery plugin

Notifications You must be signed in to change notification settings

3dgroup/YiiDateTimePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

YiiDateTimePicker

This Extension based on DateTimePicker jQuery plugin

Install

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

About

Yii Extension to work with DateTimePicker jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published