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
0
votes
2 answers

How do I remove the time from this code?

I have this code to produce a date/time picker but I only need to use the date picker element of this code. How would do I remove the time picker element from this code and stilll have it work? function show_calendar(str_target, str_datetime) { var…
stuart
  • 11
  • 4
-1
votes
1 answer

Stange behavior of time in @react-native-community/datetimepicker IOS device

I am having a very strange issue in the IOS device for @react-native-community/datetimepicker while using "TIME" mode. Whenever I change the time it automatically reverted back to the actual time, time reset on changing. Can you please guide how I…
DeDevelopers
  • 581
  • 1
  • 7
  • 25
-1
votes
1 answer

Moment.js isAfter() is not a function

I'm using FullCalendar with jQuery timepicker to set the event. I have 2 variables named timeDateInizio and timeDateFine. Those two variables are string created by merging 2 other variables each, one for the YY:MM:dd and the other for hh:mm:ss Then…
-1
votes
2 answers

Time picker customisation

Project has the design of time picker dialog. the design as follows then default dialog design is like below I want the top section of this time picker dialog should be same as the expected design. I have tried following xml code. nothing helped. …
Noorul
  • 3,386
  • 3
  • 32
  • 54
-1
votes
1 answer

I am trying to create a toggle containing a dropdown with both a start and stop time range picker. Then stack 7 toggles representing days of the week

Here are the issues The code throws a compiling error when more than 5 toggles are repeated. Need to close picker without toggling to off position. Selected start and stop time show in toggle bar but then it will reset Current Code: Don't laugh…
Knot2Swift
  • 15
  • 4
-1
votes
1 answer

Problem with time picker not working flutter

Problem with the time picker not working when I choose the time it should be typed automatically in the field code : https://codeshare.io/WddQvl onTap: () { showTimePicker(context: context, …
mohammed
  • 1
  • 3
-1
votes
1 answer

Symfony TimeType set default value without duplicate value or overwrite

Im trying to make a user friendly timepicker. I use symfony 4.4 together with the form builder to create this timepicker. I use this timepicker when im creating my entity and editing my entity. Now I run into a small issue... I want the time to be…
Allart
  • 830
  • 11
  • 33
-1
votes
1 answer

android studio 30 min interval on time picker(spinner)

I'm using a time picker spinner. I would like to implement 30 min intervals. The code I'm using outputs this effect as shown in the below image. Here's the code: picker.setOnTimeChangedListener(new TimePicker.OnTimeChangedListener() { …
Mr Android
  • 37
  • 5
-1
votes
1 answer

Can I customize the TimePicker or DatePicker provided by default on Android?

I am wondering if I can customize the DatePicker and TimePicker which are available by default in Android. I mainly use spinner mode, but I want to be able to customize various fonts such as font, size, and spin, not just changing the background…
hanjiman
  • 465
  • 1
  • 6
  • 17
-1
votes
1 answer

How to fix picker dialog that is cutoff in smaller screens?

In android application, I have used TimePickerDialog and DatePickerDialog. I want to develop this app in all different screen sizes. The problem is, this dialog size is the same on all screen sizes. Dialog does not adjust its size as the size of the…
-1
votes
1 answer

Angular timepicker

I am using ng boostrap for my project and timepicker from that https://ng-bootstrap.github.io/#/components/timepicker/examples#meridian
-1
votes
2 answers

Timepicker (ngx-bootstrap) change meridian (PM/AM) style (color/background)

I'm using ngx-bootstrap's Timepicker and in need to change the background of Meridian (AM/PM) and preferably the spacing between Minutes and Meridian. All I have is: There is no option for…
DimaShah
  • 187
  • 1
  • 5
-1
votes
3 answers

Need Only time picker in ui form and ui grid in magento 2.3.3

Need time picker at ui form and ui grid inline editor magento 2.3.3
-1
votes
1 answer

How can I custom datepicker in the vuetify?

I want to make datetimepicker like this : https://vuetifyjs.com/en/getting-started/consulting-and-support. If you click "2 Hour Consulting Session", it will display datetimepicker like this : https://ibb.co/kHrbHTG. I want to make like that. But…
moses toh
  • 12,344
  • 71
  • 243
  • 443
-1
votes
1 answer

How do we calculate the period times based on user's input of start-time and end-time for the day in angular?

I'm setting up a timetable project for school management. I wanted to get the start time and end time of the day by a school admin for which I'm using a modal dialog. The above image holds only static period times for 9 different periods with equal…
krishie
  • 59
  • 8