shanitp/yii2-jquery-timepicker

A javascript timepicker plugin for jQuery inspired by Google Calendar.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2017-02-16 05:55 UTC

This package is not auto-updated.

Last update: 2025-06-16 19:37:21 UTC


README

A javascript timepicker plugin for jQuery inspired by Google Calendar.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist shanitp/yii2-jquery-timepicker "*"

or add

"shanitp/yii2-jquery-timepicker": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \shani\jquerytimepicker\AutoloadExample::widget(); ?>```