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

Get time difference without $watches

I have a fixed table with a fixed number of rows. Lots of rows of timepicker input boxes and it would be great if I could update the total input's model by calculating the difference every time one of the inputs are changed, into a format HH:SS. The…
johan
  • 998
  • 6
  • 20
0
votes
2 answers

"TypeError: $(...).timepicker is not a function" in Jquery Time picker

Trying to Attach jquery time picker plugin to textbox in asp.net project. But when running in firefox getting the error "TypeError: $(...).timepicker is not a function". and the below files used in site.master <%--
Jilani pasha
  • 389
  • 3
  • 14
0
votes
0 answers

DateTimePicker timevalue not set on load

I am using jquery date time picket plugin. The problem i am facing is that, the time value is on set when datetimepicker is opened. In my case I preset the value of input fields via jsp and then invoke the datetimepicker on that field. When the…
Rachit Agrawal
  • 685
  • 4
  • 13
  • 35
0
votes
1 answer

Require Angular js directive for JQUERY PTTIMESELECT Timepicker plugin

Could you please help me in having this angular directive corrected for Jquery pttimeselect timepicker plugin. http://pttimeselect.sourceforge.net/doc/documentation.html Plunker link: http://tinyurl.com/hr7lker Currently i have directive as below…
0
votes
1 answer

JQuery timepicker end time based on meeting length?

I'm trying to get my end time drop down values based on the length of meeting that I can pick. So my code look like this: Start: Length of meeting …
espresso_coffee
  • 5,980
  • 11
  • 83
  • 193
0
votes
1 answer

Convert date/time stamp format (PHP)

When looking over my code for a bug, I realized that while the timestamp I was passing from the JQuery-UI-Picker was in the format of 10/06/2015 16:08, my MYSQL Insert statement was using FROM_UNIXTIME and converting it to all 0's. To fix this, I…
user470760
0
votes
1 answer

How to resolve Uncaught TypeError: Cannot read property 'timepicker' of undefined

I tried all the answers to resolve this error, but it's not working. This is my controller: import_file($this->css, array('colorbox.css', 'jquery.timepicker.css', 'calender/default.css', …
mary anna
  • 1
  • 1
  • 2
0
votes
2 answers

Jquery pickatime, Drop down window not closing after on change event

I am using JQuery Time picker. On selection of time, the dop-down window which displays the time has to close, but it doesnot. $('#selectTime').pickatime({ format: 'HH:i', disable: [ …
ashlesha
  • 109
  • 1
  • 2
  • 12
0
votes
0 answers

Using timepicker on bootstrap

I try to use datepicker and timepicker on a web application with jQuery. datepicker works well and I find the class. Nevertheless I do not know why timepicker does not. The class does not exist and when I implement it, it does not…
0
votes
1 answer

timepicker change timeFormat without destroying?

I am using a timepicker add-on (found here: http://trentrichardson.com/examples/timepicker/). I have series of timepickers, along with a menu option that allows the user to change the time format. However, the only way I can get this to work…
habib_101
  • 19
  • 6
0
votes
2 answers

Rails multi-dimensional array in JQuery Object Literal using Gon Gem

I am very new to JS & Jquery. I am building a scheduling app. I am storing appointments in a model called "Event". I am using a helper to build the multi-dimensional array from values in columns called "event.time_start" and "event.time_end" for a…
0
votes
2 answers

Putting a dynamic hash in JQuery using rails

I am newish to rails and new to JQuery. I am using jquery.timepicker with rails and it takes hashes to block out certain time ranges in a given list of times (ie, between 8am and 6pm, 1pm-2pm is not available). On a static page, the JQuery is…
0
votes
1 answer

2 fields, 1 model attribute, date not parsing

I have 2 fields that is asscociated with 1 attribute in my model. I am applying it in 2 of my attributes: start_at, and end_at. I am using Timepicker Plugin for jQuery. I based my answer here:…
0
votes
1 answer

Calendar_date_select gem for Rails 3.2

I want both date and time to select in rails 3 application the "Calendar_date_select" is not working in rails 3. can any one tell any jquery or gem which work on rails 3 to select both date and time Thanks in advance
0
votes
3 answers

Setting max time in jQuery Timepicker

Below is the Current JQuery for My Time Pickers. If time is picked from #from field it set max time of #to to selected time. If I picked 1am from #from the max time that can be pick up on #to is 1am. var osmaxtime = '20'; $('#from').timepicker({…
BonBoon
  • 107
  • 1
  • 2
  • 7