1,551 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
213
views
ngx-bootstrap date picker with time (24-Hour Time)
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 ...
5
votes
1
answer
84
views
DateTimePicker doesn't work withDropdown while inside modal
I have a large application that is written in Dash with Dash Bootstrap Components (dbc). The problem is that dbc only has datepickers not datetimepickers, so I looked to Dash Mantine Components (dmc) ...
0
votes
0
answers
68
views
Missing binding for required input 'for' of component MatTimepickerToggle
The error: Missing binding for required input 'for' of component MatTimepickerToggle.
I imported timepicker this way:
import {MatTimepickerModule} from "@angular/material/timepicker";
Can't ...
0
votes
0
answers
72
views
Set the initial displayed time of an Angular Material timepicker
I'm using Angular's Material timepicker, and I want to set the initial displayed time to something like 9:00 instead of the default 00:00. How can I achieve this without having to set a default value ...
0
votes
0
answers
43
views
Time Picker has bugs in Flutter?
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 ...
0
votes
1
answer
422
views
Time picker vuetify
I'm using vuetify 2's time picker component, but my client says users don't understand the clock. Is there any way to convert it in a traditional time picker? or could you recomended a traditional ...
0
votes
0
answers
34
views
Material Time Pickers don't allow expressing periods > 24 hours
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. ...
1
vote
1
answer
451
views
Timepicker for Google Sheets on PC - Similar to the one on Mobile version
In Google Sheets if I format a column as Date, double-clicking on a cell in that column brings up a datepicker. On the mobile app, tapping a cell formatted as Time brings up a timepicker, but this ...
1
vote
1
answer
45
views
timepicker existing value is not prepopulating in the timepicker input
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 ...
0
votes
0
answers
160
views
ngx-mat-timepicker is not giving same style, I don't know how to add theme styling
I'm following this article to set up ngx-mat-timepicker.
I'm getting a different type of styling, the circle around the clock and buttons on click color are missing. I'm sure I am lacking the Theming ...
0
votes
2
answers
98
views
Get element id and add to JS function options
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 ...
0
votes
1
answer
112
views
C# MudBlazor MudTimePicker select 24:00 instead of 00:00
I am using the MudTimePicker MudBlazor for a C# Project.
I need to be able to select a Timespane from 00:00 to 24:00.
Does anyone know how i could do this with Mudblazor?
Yes, i could just interpret ...
2
votes
1
answer
86
views
Flutter time picker does not accept Arabic numbers
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());
}...
-1
votes
2
answers
172
views
Parent Component not showing time picked in custom MudTimePicker component
I wanted to create a custom TimePickerComponent and use it everywhere in my app where i use a MudTimePicker. This, because that way I can easily configure AutoClose=false everywhere, and in the future ...
0
votes
0
answers
28
views
Vuetify time-picker change minutes to multiples of 3
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 ...