Questions tagged [jquery-ui-timepicker]

jQuery timepicker plugin created by Jon Thornton, inspired by Google Calendar.

jQuery timepicker plugin created by Jon Thornton, inspired by Google Calendar.

The plugin can be found at http://jonthornton.github.io/jquery-timepicker/ or https://github.com/jonthornton/jquery-timepicker

68 questions
0
votes
1 answer

Set server time on JQuery timePicker NOW button

I'm using opencart Version 1.5.1.3, where we are using jQuery time picker so many times, currently NOW button sets a system time, but i want to set a current server time on NOW button. my site server is running in a USA, so i want to set CST…
Chandresh M
  • 3,808
  • 1
  • 24
  • 48
0
votes
0 answers

JQuery Timepicker

I am using JQuery Timepicker and I am adding dynamic fields on which O applied Timepicker. I want that when user selects time on both fields, it will automatically display the number of hours in hours. This is my HTML of time field with a button of…
Faizan Khan
  • 638
  • 6
  • 13
0
votes
1 answer

Change Jquery TimePicker Theme Dynamically

I'm currently using jQuery Timepicker in my page. I want to use the same TimePicker on another page but I want to change the theme to 'smoothness` How can I do this?
Krishna Thota
  • 6,646
  • 14
  • 54
  • 79
0
votes
1 answer

How to set default timezone in browser in timepicker js

I tried everything to set a default timezone in browsers for timpicker js but it's not working. Here is the js i am using : http://trentrichardson.com/examples/timepicker/jquery-ui-timepicker-addon.js And its customization options are…
user1761895
  • 37
  • 1
  • 8
0
votes
1 answer

How to get time duration 30 min?

I am use timepicker jquery. I have to Text field one is From and second is To. so when time From select auto update time TO field so $('#onselectExample').timepicker(); $('#onselectExample').on('changeTime', function() { …
Ashish Mehta
  • 7,226
  • 4
  • 25
  • 52
0
votes
1 answer

How to reduce time (from 9am to 5pm)? Timepicker addon

I use http://trentrichardson.com/examples/timepicker/jquery-ui-timepicker-addon.js This is my code: