The jquery-ui-timepicker tag has no wiki summary.
2
votes
2answers
125 views
Want to show two timePickers on one html page
This is my code for one timePicker but i am unable to show two timePickers on one HTML page. The below code is working fine for my one timePicker but i am unable to make Logic that how i should use ...
1
vote
1answer
2k views
jQuery time picker and MVC validation - the field must be a date
I have a property named StartDate in my model. I have used timepicker add-on to jquery.ui plugin from here. It is working fine, but problem is that I'm getting validation error message. How can I ...
1
vote
3answers
1k views
Jquery plugin timepicker doesn't rebind after switching jquery tabs and returning in asp.net mvc partial views
Currently I am working on displaying different input forms on tabs in asp.net mvc 3.
Each tab has several child partial views. [See the image below]
1 of the partial views contains a form for ...
0
votes
3answers
424 views
How to change jQuery UI Datepicker Z-Index value?
I am forced to use an older version of jquery ui which is 1.8.10. The datepicker in this version had a bug inside of the z-index setting which at times made it appear under other controls. I am simply ...
0
votes
1answer
1k views
jquery ui timepicker onChange Event
i am Struggling with onchange for JQuery ui timepicker plugin: http://trentrichardson.com/examples/timepicker/
I am using the following code.
$(document).ready(function ()
{
...
0
votes
1answer
50 views
How can I extract the date and time from a timestap inside of an input field with jQuery?
Ok I'm running into an issue with jQuery and UI date picker.
Essentially I have 3 fields in my NEW event form: Date, timeFrom, timeTo
And 3 fields in my SQL database: Date(datetime), timeFrom(time), ...
0
votes
1answer
220 views
How to get time duration 30 min? [closed]
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();
...
0
votes
1answer
74 views
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:
<script type="text/javascript">
$(document).ready(function(){
$('#time').datetimepicker({ ...
0
votes
1answer
230 views
Update the jquery timepicker addon from a date picker
I have two input fields, one with a date picker and one with a timepicker (showing only the time sliders, without the calendar). I wanted to show a different time span in the time picker, if Saturday ...
0
votes
0answers
379 views
javascript - datetimepicker position - middle
Level : Beginner
Hello, I'm new at using any jquery. I need to make my form with datepicker and timepicker, as I need both, I choose this one:
...
0
votes
1answer
233 views
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 ...
0
votes
0answers
484 views
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 ...
0
votes
1answer
460 views
set hourMin, miniteMin vales dynamically for jquery ui time picker
How to set hourMin, miniteMin values dynamically for jquery ui time picker, like if date is today i want allow the user to select only above the current time & if date is greater than current date ...
0
votes
0answers
445 views
jquery-timepicker-addon doesn't appear
I'm trying to use the jquery-timepicker-addon by Trent Richardson however after following all the instructions, I have
application.js
//= require jquery
//= require jquery_ujs
//= require ...
0
votes
1answer
128 views
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?
0
votes
1answer
370 views
How to set default timezone in browser in timepicker js [closed]
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 :
...
0
votes
1answer
135 views
Jquery time picker not working if a control inside a div how is display none
i am using Jquery plugin "Timepicker" with fancybox, the div where i place text box for time picker is display none, fancy box automatically pop out that div,
the problem is, Time picker is not ...
0
votes
1answer
54 views
jquery ui.timepickr shows {z} instead of am or pm
For example: 03:00 {z} instead of 03:00 am while moving mouse around its menu (and after click too).
I use this timepickr: http://code.google.com/p/jquery-utils/wiki/UiTimepickr
My code:
...
0
votes
4answers
2k views
how to use jQuery Timepicker in mvc 3?
Until my brain get bleeding, still I can't solve this problem. I have to use jQuery timepicker on my textbox in mvc3-View.
Inside my Layout.cshtml
<!DOCTYPE html>
<html>
<head>
...