Skip to content

rikcage/yii2-widget-timepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-widget-timepicker

it's a clone from https://github.com/kartik-v/yii2-widget-timepicker with a difference unlimited clock

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require rikcage/yii2-widget-timepicker "*"

or add

"rikcage/yii2-widget-timepicker": "*"

to the require section of your composer.json file.

Usage

use rikcage\time\TimePicker;

// usage without model
echo '<label>Start Time</label>';
echo TimePicker::widget([
	'name' => 'start_time', 
	'value' => '54:24',
	'pluginOptions' => [
		'showSeconds' => true
	]
]);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages