Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
171 views

How to set ngx-bootstrap bsDatepicker withTimepicker to use 24-hour format (disable showMeridian)? I'm using ngx-bootstrap's <input bsDatepicker> with the withTimepicker: true option. It shows ...
tarık hasan's user avatar
0 votes
0 answers
67 views

The error: Missing binding for required input 'for' of component MatTimepickerToggle. I imported timepicker this way: import {MatTimepickerModule} from "@angular/material/timepicker"; Can't ...
Malina's user avatar
  • 1
0 votes
0 answers
39 views

I am coding a Flutter app, for Farsi/Persian speaking users. Seems time picker has bugs if locale is Persian, and it displays some digits in English, some in persian. I use simple showTimePicker ...
AVEbrahimi's user avatar
  • 19.6k
0 votes
0 answers
34 views

The Material Time Pickers (see Time picker input) documentation states that it can be used to enter time periods (not just a TOD). Yet it doesn't appear to allow for entry of periods > 24 hours. ...
BobDoolittle's user avatar
  • 1,892
1 vote
1 answer
40 views

I am working on React timepicker component where I have to show the by default time as "4:00 PM" and whenever user saves the data already then I need to auto-populate the existing saved data ...
Prasad Patel's user avatar
0 votes
2 answers
96 views

I am using jquery.timepicker to make a field a time picker. The default functionality it to append the drop down to the window. I do not like the width of the dropdown and do not wish to set a fixed ...
contemplator's user avatar
2 votes
1 answer
84 views

import 'package:flutter/material.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; TimeOfDay _tim = const TimeOfDay(hour:5, minute: 0); void main() { runApp(const MyApp()); }...
مجهول's user avatar
0 votes
0 answers
27 views

Is it possible to dynamically adjust the Vuetify time picker to display minutes in a series such as of 3(e.g.: 3, 6, 9), based on data retrieved from a database? The data from the database will ...
Aravind Elumalai's user avatar
0 votes
1 answer
89 views

I want to remove minutes value that is not divisible by 15 in Material Ui TimePicker component. I am trying this approach but this is not working const shouldDisableTime = (timeValue) => { ...
Rishav Kumar's user avatar
0 votes
1 answer
219 views

I'm using timepicker.io to allow users to choose booking times. The working hours for bookings are from 22:00 to 05:00, which spans across midnight. I've tried configuring the timepicker with the ...
ika's user avatar
  • 1
0 votes
1 answer
110 views

Now I've been doing a 2 boxes of Time Picker [startTime] -> [endTime] from this i want the time picker can pick only available time with the data like let times = [ { startTime: "01:00&...
Supphasek Nateprapai's user avatar
0 votes
1 answer
67 views

In my project, I add a custom layout for the dialog to show the time picker to the user. it works fine but sometimes when the dialog opens it blinks and when I set the time and click on the cancel or ...
Ayush's user avatar
  • 23
1 vote
0 answers
50 views

I want to make the seller choose the hours that he/she is available at, but I cannot find a logical way of implementing it for each day. This version is adding the hours to the same list. ...
Korhan_34's user avatar
0 votes
3 answers
831 views

I recently came across the Vue-time-picker repository (https://github.com/phoenixwong/vue3-timepicker) while searching for a simple time picker solution. Despite being in Beta mode, it seemed ...
Elias's user avatar
  • 340
0 votes
1 answer
130 views

Our Xamarin.Forms iOS application is experiencing crashes with a specific exception: Fatal Exception: NSInternalInconsistencyException Modifications to the layout engine must not be performed from a ...
satish durga's user avatar
0 votes
1 answer
421 views

How can I configure the TimePicker component in Ant Design to always display and select the time in the "HH:mm" format, regardless of whether the user enters the time in the formats "HH,...
MohammadHossine Rezazadeh's user avatar
4 votes
1 answer
793 views

The MDC-based MatInput hides the native picker indicator. I would like to recreate this indicator in a modern way with an input with a button <mat-form-field appearance="outline"> &...
Schmetti's user avatar
  • 115
1 vote
0 answers
164 views

I am trying to set a list of predefined times in a jQuery timepicker. It should run from 10am to 12 midnight. I am also trying to highlight certain times that there is no availability. I believe my ...
Leonie's user avatar
  • 35
0 votes
1 answer
668 views

I'm using the following Easepick: const minute = 60 * 1000; const hour = 60 * minute; const day = 24 * hour; const picker = new easepick.create({ element: "#select_start", css: ["https://cdn....
user22009348's user avatar
0 votes
1 answer
123 views

I'm trying to change some properties in TimePicker Component, like change the fontColor when TimePicker is disabled and remove the defauld borderColor when hovering the input. Does anyone knows how to ...
lucasnatanmelo's user avatar
0 votes
1 answer
1k views

How to capitalize the AM/PM in Jetpack Compose M3 TimePicker? Missed to add earlier - Works in my emulator, the issue is device-specific (depends on Locale). In the emulator, the AM/PM appears in ...
Abhimanyu's user avatar
  • 15.2k
0 votes
1 answer
832 views

I'm trying to change some properties like height, width and border-radius of the input in TimePicker, but with no success. Does anyone knows how to do change it using sx or slotProps? Here is my ...
lucasnatanmelo's user avatar
3 votes
1 answer
1k views

I'm trying to change some properties like background color and font color in TimePicker using the css className properties, but with no success. Does anyone knows how to do this and where can I find a ...
lucasnatanmelo's user avatar
2 votes
0 answers
61 views

I use TimePickerDialog that show hours and minutes. I need that show only 30 minutes interval from start 00:30. That should be like 00:30, 1:00, 1:30, 2:00. I searched solution but I did not get clear ...
Ahmet Yılmaz's user avatar
0 votes
2 answers
56 views

So I used a timepicker in android studio Kotlin to receive input from the user as the following: ` private lateinit var editTime : TimePicker ` I did create the timepicker successfully, but whenever ...
Haitham Shalabi's user avatar

1
2 3 4 5
32