Questions tagged [timepicker]

A view for selecting the time of day, in either 24 hour or AM/PM mode.

The hour, each minute digit, and AM/PM (if applicable) can be conrolled by vertical spinners. The hour can be entered by keyboard input. Entering in two digit hours can be accomplished by hitting two digits within a timeout of about a second (e.g. '1' then '2' to select 12). The minutes can be entered by entering single digits. Under AM/PM mode, the user can hit 'a', 'A", 'p' or 'P' to pick. For a dialog using this view, see .

1534 questions
5
votes
6 answers

Keyboard appear automatically on Nexus7 version 4.2

I have a dialog containing a time picker. On all my other phones, all is OK I click on the button , the dialog (containing time picker) appear. Than I set the time. On the Nexus 7 version android 4.2. In the landscape mode, when I click on the…
haythem souissi
  • 3,263
  • 7
  • 50
  • 77
5
votes
1 answer

Trent Richardson's Datetimepicker not showing Time Picker

Trent Richardson's Datetimepicker is not showing the time picker (only jQuery's date picker). Tested it 2 months ago and it is working properly. Just upgraded the JS last month. This is the current js…
sophie
  • 991
  • 2
  • 15
  • 34
5
votes
3 answers

TimePicker hour doesn't update after switching to 24h

For example when I create this timePicker(below) at 18:00, the timePicker's timeValue will be 06:00. At 19:44->07:44... So it doesn't move to the correct current hour after switching from AM/PM to 24h mode. How can I change that? My goal is that the…
tyzess
  • 369
  • 1
  • 3
  • 17
5
votes
7 answers

How to set 'Now' button on jquery UI datetimepicker to set UTC time?

I'm using the datetimepicker here. How can I set the now button so that it sets time UTC now instead of the current now per browser?
genxgeek
  • 13,109
  • 38
  • 135
  • 217
5
votes
2 answers

change the text color of Time Picker [android]

How can I Change the Text color of Time picker in android ..... I am having a black shadow background in my application and by default the time in Time picker is also in black so the time is not visible.... The default view of the time picker is…
Sumit Patel
  • 2,547
  • 8
  • 33
  • 45
5
votes
3 answers

Getting the time from a Bootstrap Timepicker

I'm trying to get the time from a Bootstrap Timepicker using the getTime function, but only get an error message in the console when I press the button (with ID of my-button, see code below.) HTML
4
votes
0 answers

Is there a timepicker widget available for Wear OS application?

I am working on a project in which the user is supposed to enter a start- and endtime. I figured this could be done beautifully with a timepicker, like the one used in the native alarm app. The problem is that I can't seem to find any record of this…
4
votes
2 answers

ngx-material-timepicker not working on IE and Edge

When we click on timepicker input it opens timepicker, but when we select time the input is filled with invalid date. Please help me to solve this issue. The same issue exist in their officeal demo…
Kiran Shetty
  • 844
  • 7
  • 10
4
votes
1 answer

ngx-bootstrap datepicker inline not refreshing minDate/maxDate when changed

I'm trying to use the ngx-bootstrap library to create a full date+time range picker using the Inline Datepicker and the Timepicker. The goal is to achieve something similar to this: In order to make this component work, I will be using two Inline…
4
votes
2 answers

How To Make Input Type TIME 24-hr Format?

I have this Angular 7 project using Angular Material. I also used the time type in my input tag (HTML5) but I want it to be 24-hr format (not showing the AM/PM options). I've been searching for solutions but none fits for…
Char
  • 2,073
  • 8
  • 28
  • 45
4
votes
1 answer

Silverlight Toolkit Timepicker control not visually ghosting when IsEnabled=False

I was wondering if anybody has found a solution to this problem. Setting the TimePicker controls IsEnabled property to false properly ghosts the time icon but the main time display does not ghost at all. Both composited controls are indeed…
user675181
  • 43
  • 3
4
votes
1 answer

how to disable past time on timepicker in android

This is my code time view and date view. how to I will be the select date then set the current time and disable past time..and next date will be select all time will enable how to possible these options how to write this code, anybody help, how to…
Nm Sankar
  • 41
  • 1
  • 7
4
votes
3 answers

Xamarin.Forms Android DatePicker/TimePicker button listener

I need to know if a user tapped on the Cancel or Ok button in a Date/Time picker of an xamarin.Forms Android app. I have tried to add a function to the Click event but this is never triggered. This is my code (similar for the TimePicker): using…
Hikari
  • 589
  • 7
  • 29
4
votes
1 answer

Set min time to ngb-timepicker Angular 4

I implemented a really simple form to choose a range of time as the one in the code below:
Carlito
  • 166
  • 3
  • 7
4
votes
5 answers

Not able to select AM/PM dynamically in TimePickerDialog

I had time in TextView like 10:53 PM. When clicking on that TextView i'm showing the TextView time on TimePickerDialog but i'm unable to show the AM/PM according to the TextView. For this requirement i saw link1, link2, link3 and many more but…
Bahu
  • 1,516
  • 2
  • 28
  • 49