Click the "time" button to see the time picker in action. The minutes' value (explanation below) is set to 5.



In this form you can play with some of the variables normally to be set in the file "pickerVars.js". Please don't worry about the fact, that clicking the "show time picker" button launches a php file. This is just to pass the values, you select here. The script itself is pure javascript.
   

Number of times to be picked:
Text of button 1:   
Value for the minutes:



Download - this zip file contains the two little images, a .htm file as well as the necessary .css (one) and .js (two) files.



Explanation for the minutes' value:
Set to 0: Minutes can't be picked. Only the clock for picking hours is displayed.
Set to 1: Display of numbers in steps of 5 for minutes to be picked. Buttons for increasing or reducing minutes by 1.
Set to 5: Display of numbers in steps of 5 for minutes to be picked.
Set to 10: Display of numbers in steps of 10 for minutes to be picked.
Set to 15: In the minutes' clock, only quarter hours can be picked (0, 15, 30 and 45).
Set to 20: In the minutes' clock, only 0, 20 and 40 can be picked.
Set to 30: In the minutes' clock, only half hours can be picked (0 and 30 mins).