Hi,
I have a form where I have 3 fields
1. Start time: format should be 00:00 or 00H00
2. Endi time: format should be 00:00 or 00H00
3. Total minute: Format should be 000 minutes
What would be the easiest way to do that ?
Hi,
I have a form where I have 3 fields
1. Start time: format should be 00:00 or 00H00
2. Endi time: format should be 00:00 or 00H00
3. Total minute: Format should be 000 minutes
What would be the easiest way to do that ?
Maybe add three input fields, and hook them into this script? http://trentrichardson.com/examples/timepicker/
Thx.
I'll have a look to it.
and post back if it worked
Hi,
I just wanted to ppost back my final( i hope solution).
We implemented the Jquery range slider. As we finally didn't need the hour / minute format.
When finalized we will post the code and the link.
Neat, I'm looking forward to it.