timepicker Simple date time picker,

Simple datetimepicker, updated. Based on http://trentrichardson.com/examples/timepicker/

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file
Usage

See the following code example in view:

<?php 
$this->widget('widgets.timepicker.timepicker', array(
	'model'=>$model,
	'name'=>'publicated',
));
?>

default options

$default = array(
'dateFormat'=>'yy-mm-dd',
'timeFormat'=>'hh:mm:ss',
'showOn'=>'button',
'showSecond'=>false,
'changeMonth'=>false,
'changeYear'=>false,
'tabularLevel'=>null,
);

Change Log

March 23, 2011
  • Added tabularLevel in options
  • Added swedish (SE) translation file written by Henrik Engman (info@ehenrik.com)
March 1, 2011
  • Added language support, DE translation file written by Milian Wolff (mail@milianw.de)
Feb 28, 2011
April 16, 2010
  • Initial release.
22 4
22 followers
10 706 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: tigo
Created on: Apr 16, 2010
Last updated: 12 years ago

Downloads

show all

Related Extensions