Questions tagged [bootstrap-timepicker]

26 questions
0
votes
1 answer

Disable minutes in bootstrap time picker

I'm using bootstrap time picker This is working, its script is like i…
user3653474
  • 3,393
  • 6
  • 49
  • 135
0
votes
0 answers

z-index in absolute position not working in datepicker bootsraps

I have question is that possible if absolute position move in front of absolute position too using z-index? like my problem below here : so i using timepicker, as we can see on the red arrow is timepicker with css i made like this…
Smith
  • 35
  • 1
  • 6
0
votes
0 answers

how to disable past time in bootstrap timepicker using jquery

$('.time_popup').timepicker({ autoclose: true, showMeridian: false, maxHours: 24, // pickerPosition: "bottom-left", minuteStep: 5, …
0
votes
0 answers

How to do start time and end time 24 hours time format and validation?

i am using sql server 2014.datatype for start time and end time is time(7).When saving start time as 14:00 from frontend, sql is taking as 14:00:00.While retrieving data from sql its showing 02:00PM.time picker is not working for me.I need a…
sethu
  • 49
  • 6
0
votes
2 answers

Why is timepicker null in this page?

I have written this page of HTML and am having problems locating my datepicker controls using jQuery when I handle an event:
MCFH
  • 135
  • 3
  • 8
0
votes
0 answers

how to set minimum hours in timepicker

hi i have one issue with timepicker i am working with create multiple timepicker using jquery now i want like i want if i select 01:00 to then in next timepicker will start after 01 so for next timepicker user only able to add time after 01 also…
0
votes
2 answers

Bootstrap timepicker not appearing

I have the following piece of code in my front end. I couldn't get the timepicker to show up. Any help please?
SamT
  • 165
  • 1
  • 2
  • 11
0
votes
1 answer

Angular Bootstrap UI Timepicker entering invalid time

I'm using Angular Bootstrap UI Timepicker and if I enter 50 in the hours field, it highlights the field red, but nevertheless I get a valid date out of it that looks just like that Tue Nov 15 2016 05:00:55 GMT+0100. Any ideas what I can do? Thanks!
molerat
  • 946
  • 4
  • 15
  • 43
0
votes
3 answers

Remove timepicker effect from textbox

I have already seen the previous question asked for this problem. But i don't want to replace the textbox with same id. When Timepicker is selected in dropdown timepicker should enable in textbox(which is run as expected) When dropdown value…
Gunjal Ray
  • 145
  • 1
  • 13
0
votes
1 answer

getting time value from bootstrap timepicker

I am trying to get time value from bootstrap timepicker . There are two forms within a table row. The first form is
0
votes
1 answer

bootstrap-timepicker input validation

Context: I am trying to add validation on 4 different date/time pickers for an event creation tool. The first set of date and time input is the Event Start Date/Time: Start Date input - this date cannot be before today's date. Start Time input -…
Anesca
  • 35
  • 11
1
2