Skip to content

Repository files navigation

TimingField

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector.

Requirements

  • jQuery
  • Twitter Bootstrap

Installation

Installation with composer :

..."require": {
..."grimmlink/timingfield": "1.1",
...
},
...

Configuration

This is the current available configuration :

$.fn.timingfield.defaults={maxHour: 23width: 263,hoursText: 'H',minutesText: 'M',secondsText: 'S',hasSeconds: true};

Usage

...
$('.timestamp').timingfield();
...

About

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages