timepicker Questions

5

Solved

I am current using MUI TimePicker component. I have a use case in which I need to restrict selected time options to at top of the hour(00min) and to at half of hour(30min).Is this possible? I alrea...
Hypozeuxis asked 12/10, 2016 at 1:17

6

Is there any way to change the default color of DatePicker and TimePicker dialog? This is the code I tried <DatePicker style="@style/date_picker" android:background="#6495ED" android:id="@+...
Kassey asked 18/6, 2012 at 5:52

4

Time-picker is showing local timezone, how to change that to desired timezone?
Nunhood asked 1/2, 2019 at 14:1

9

Solved

I have a time picker function which sets time in an EditText . But the format it shows is not suitable. for example for 04:07pm is shown as 4:7. whenever the digit in time is less than 10 it remove...
Landlocked asked 2/4, 2014 at 9:33

5

I want to use the Flutter timepicker in 12 hour format with AM/PM selector, but Flutter only shows me the 24 hours format. I want to get this format: But flutter only shows me this format: This i...
Nymphet asked 10/4, 2020 at 18:21

9

I imported a date picker in a project and was wondering if there was any official recent component from angular and material to include time in the calendar as well. I've seen plenty of time picker...

25

Solved

I have a TimePickerDialog with is24Hour set to false since I want to present the end-user with the more familiar 12 hour format. When the hour, minute and AM PM indicator are set and the time is re...
Lordan asked 17/4, 2010 at 20:33

6

I am using a date picker and time picker in my application. I want to set the date and time when the page loads. Is this possible? How so?
Lyris asked 28/4, 2011 at 11:30

2

Solved

I am using AngularJS TimePicker (ui.bootstrap.timepicker). I would like to fire an event when the timepicker is changed. I looked for an ng-change attribute, but did not find one. My purpose is th...
Mizzen asked 21/7, 2013 at 14:32

2

I've a TimePicker on Android with two wheels. In the first I've hours in format 0 - 24, in the last I've minutes in interval step (generally 0 - 30). When I change hour all work fine, when I set n...
Toreutics asked 21/1, 2015 at 13:8

7

Solved

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?
Stagemanage asked 20/11, 2012 at 18:9

5

Solved

How can I set default time instead of current time for this datetimepicker http://tarruda.github.io/bootstrap-datetimepicker/ ?
Abreu asked 27/10, 2014 at 9:40

2

if i use TimePicker/TimePickerDialog in my app i'm getting timePickerMode="spinner" styled widget though what i'm looking for is timePickerMode="clock". this is the style I've done <style name...
Tuberose asked 5/11, 2015 at 19:33

6

Does anyone know of a good responsive bootstrap 3 timepicker? Ive spent a week going through timepicker after timepicker and there was always a problem for example: http://jdewit.github.io/bootstr...
Nonrigid asked 10/1, 2014 at 0:0

2

Solved

This question has been asked before, but the answers from back then, doesn't seem to work in Android Studio anymore, or else i'm missing something. I want a timePicker dialog to show up when you p...
Kokand asked 22/9, 2016 at 8:50

2

Solved

How to get focus on time picker elements? I am developing TV app, so it needs to be operated by remote. So I need to apply focus on each element. TimePicker has 3 elements - hour column, minutes co...
Gere asked 4/3, 2015 at 15:29

4

Solved

Below I have a Jquery datepicker and a jquery timepicker (both trent richardson's datepicker and timepicker) $(function() { $( "#datepicker" ).datepicker({minDate: 0, dateFormat: "dd-mm-yy", ...
Glint asked 3/2, 2012 at 9:49

4

I'm new to Xamarin.Forms and i can't seems to find how to show the dialog in a 24hour format instead of a AM/PM can someone help me ? Thank you
Markley asked 12/5, 2015 at 10:10

6

I am writing an application where the user needs to specify a given point in time, but i can't seem to figure out how to set the minute values that the user can choose from, to only use increments ...
Bayless asked 24/4, 2013 at 8:40

2

Solved

I have this Angular 7 project using Angular Material. I also used the time type in my input tag (HTML5) <input type="time"> but I want it to be 24-hr format (not showing the AM/PM options)...
Kopans asked 4/3, 2019 at 7:7

3

Solved

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. Th...
Bakki asked 27/2, 2018 at 12:50

4

Solved

I want to create a dialog which can select the time and the date at the same time. I know that there is not a default widget that can do that on Android. I also know that there are open source proj...
Proline asked 10/1, 2013 at 9:1

1

I am facing a very annoying situation. I am trying display an alert dialog with DatePicker and TimePicker. It works on every device except some Samsung Devices (And according to the crash reports I...
Comanche asked 3/3, 2017 at 13:17

2

Solved

I have a dialog box that contains a Scrollview, which contains a layout with two TimePickers. The timepickers are the newer style ones, what's in ICS. The problem is that they seem to fight for f...
Croatia asked 13/1, 2012 at 7:20

4

Solved

In my project, I am using TimePicker dialog to allow users to select time. But I don't want them to select minutes. So, all I want is to disable (or hide) minute selection. So, How to do that?
Wheal asked 11/1, 2017 at 16:41

© 2022 - 2024 — McMap. All rights reserved.