An easy 2 use time picker


+10 features, including:

Fade in / out effects
Background image
Time format
Button label, slider steps, default value...

Specifications:

Cross-browser compatible (including IE6!)
Only 2,67Kb
Simple, clean and easy to use
Includes 2 background images and a template, create your own!
buy it now!

Example form:

Name:

Gender:

Call me at: click here

Code example:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<script>
 jQuery(document).ready(function() {
      
 jQuery('#timePickerDemo').nn_timePicker({

        //...parameters, if any

    });
 });
</script>

// In your HTML
<input type="text" id="timePickerDemo">