Questions tagged [bootstrap-timepicker]
26 questions
6
votes
3 answers
need to disable input for bootstrap timepicker
I am using Bootstrap time-picker. I have successfully implemented it. But what I need is user is only able to insert in 30 min gap like: 10:00,10:30,11:00 etc. For that I have tried is minuteStep as shown below, and it works perfect.
…

Ishan Shah
- 1,665
- 2
- 20
- 42
2
votes
0 answers
Bootstrap Time Input Interval 30 Minute
how to make a time input form in Bootstrap AdminLTE in increments of 30 minutes, for example when selected
00 : 30
01 : 00
01 : 30
02 : 00
02 : 30
etc...

Feri
- 33
- 6
2
votes
0 answers
Show Jdewit Bootstrap Timepicker as inline
Trying out the Jdewit Bootstrap Timepicker (http://jdewit.github.io/bootstrap-timepicker/), is there any way to use it inline instead of in a dropdown or modal? From what I've been testing I haven't been able to produce an inline version, is this…

nikoka
- 141
- 2
- 10
1
vote
1 answer
How to sum up in bootstrap time picker
I am using Bootstrap time picker which can we be found here.
I have 3 time picker on each row.
For Design time
For Development time
Total time (i.e. Design Time + Development Time)
User will enter the Design time, and the Development time on each…

Hasib Hosen
- 27
- 1
- 7
1
vote
0 answers
Default time in bootstrap timepicker
I'm using bootstrap timepicker
I want to display default time in timepicker not in textfield
jQuery('.timepicker').timepicker({
orientation: 'top',
defaultTime: '11:59 PM',
showInputs: false,
minuteStep:…

user3653474
- 3,393
- 6
- 49
- 135
1
vote
0 answers
hour not change when minute going down/up with timepicker?
is that posible to lock hour when minute going down/up with bootstrap-timepicker heres my js
$('.bootstrap-timepicker').timepicker();
this is fiddle
Bootstrap-timepicker
http://jdewit.github.io/bootstrap-timepicker/

Lulut
- 109
- 9
1
vote
1 answer
bootstrap-timepicker : copy/paste dates values in input field
With multiselect option set to true, I want to be able to copy paste values from an input field to another. Actually the paste event is trigering a kind of validation and always displaying the current day on the selection widget.
I've tried to set…

AL_9000
- 38
- 6
1
vote
1 answer
How to get the time on page load using jquery
I am using bootstrap-timepicker.
On page load I'm trying to get the current time from that picker.
$('#starts-on').timepicker(...??? //dunno what to use );
I have found the page load function but how to get the time?

Vickey
- 365
- 1
- 3
- 17
1
vote
1 answer
bootstrap timepicker with angularjs
I need to use Bootstrap TimePicker with AngularJS. I am new to AngularJS.
I have edit option for end date. on edit timepicker is shown but not working in AngularJS.
HTML:

niteshgd
- 31
- 2
1
vote
2 answers
One day shift between bootstrap datepicker and LocalDate
I have a form where I use a field LocalDate that receives the value from a form mapped through Jackson.
While JSON is:
Tue Jun 27 2017 00:00:00 GMT+0200 (ora legale Europa occidentale)
My LocalDate variable is 2017-06-26
This is my pojo:
public…

luca
- 3,248
- 10
- 66
- 145
1
vote
2 answers
Issue with date and time is conversation depending on local timezone
Hello today I encountered an issue with time stamp conversions.. In my web form I'm using an bootstrap-datepicker where users can pick date and time. Afterwards I convert those values with moment.js to unix timestamp and pass it to PHP page. In the…

Sangsom
- 437
- 2
- 6
- 16
1
vote
1 answer
bootstrap-timepicker - get only years and month - dont show day selector
Im using bootstrap-timepicker: https://eonasdan.github.io/bootstrap-datetimepicker/#min-view-mode and using the "Min View Mode" because i only want to get a year and month. no "day". In their example its working fine. But when i use it, first you…

Reza
- 880
- 1
- 10
- 29
1
vote
2 answers
Set start time and end time for bootstrap timepicker
I'm using bootstrap timepicker and I need it to show time only between 10 AM and 10 PM. I've checked through the options and there seems to be no option for this. Is there any other way that I've missed for doing this?

Shekhar R
- 81
- 1
- 2
- 8
1
vote
1 answer
How to set Time-picker in MVC 4
I need to create a view that includes a field with time only. Can anyone help me on how to create Timepicker in MVC 4 razor.
This is my code:
Model
public TimeSpan TIME_OUT { get; set; }
View
@Html.LabelFor(model =>…

KimJean
- 11
- 1
- 8
0
votes
1 answer
How to sum bootstrap time picker on each row
I am using Joris de Wit time picker plugin.
I have multiple dynamic rows that require three time picker each. I have successfully created the multiple instance of bootstrap time picker in a single page.
$('.timepicker-input').timepicker({
…

Hasib Hosen
- 27
- 1
- 7