Dropdown Time Chooser

Hey guys, I need to make a Time picker for one of the values in the database.

For example:

Admin goes into the Customer page - > chooses time from drop down - > one drop down for hours/one for minutes and presses "Send Wait Time"

The button assigns the time to one of the values in the database.

***Please look at the attachment to see what I’m talking about.

Take a look at the jtimepicker extension, a wrapper for jQuery UI Timepicker.

Maybe you can use this instead of two extra dropdownlists.

Thanks, Ive ended up using the timepicker(http://fgelinas.com/code/timepicker/).

Although I would still like the drop down way.