Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
71 views

In the React MUI Datepicker, how do I remove extra 0, for a Single Hour time? Right now, its showing an extra 0 here. Goal is following, 03:00 PM --> 3:00 PM <LocalizationProvider dateAdapter={...
mattsmith5's user avatar
  • 1,327
0 votes
1 answer
55 views

I have configured the jquery datetimepicker by cdn. The datetimepicker have shifting the time 1 hour back from the input field value for each time opened the datetimepicker. function onChangeSites() { ...
smith's user avatar
  • 1
0 votes
0 answers
25 views

I use ReactJS and DateTimePicker from @mui/x-date-pickers to design a custom DateTimeInput. My code as below: import { FieldValues, useController, UseControllerProps } from "react-hook-form";...
user29622567's user avatar
1 vote
1 answer
95 views

Create a Dialog project and: add a Date / Time picker to the dialog map it to a control override OnInitDialog In OnInitDialog do the following: SetWindowTheme(m_Date.GetSafeHwnd(), L" ", L&...
Andrew Truckle's user avatar
0 votes
0 answers
29 views

I have a very simple <input type="date" /> element in my markup. One of our users reported that on Safari, when the page is zoomed in, the calendar does not scale with it (this picture ...
ralphjsmit's user avatar
1 vote
1 answer
755 views

I am getting Unimplemented component <RNDateTimePicker> for @react-native-community/react-native-datetimepicker after upgrading to Expo SDK 52 Does anyone know what might be causing it? It used ...
Rafael Mora's user avatar
  • 1,241
1 vote
1 answer
110 views

I'm currently trying to add a date picker (Boostrap datepicker) and disable certain days of the week, like Mondays, to prevent reservations on those days when the office is closed. I found the ...
Zenin0's user avatar
  • 63
1 vote
1 answer
96 views

I want to display a datetimepicker in a column layout with Vaadin 23. DateTimePicker dateTimePicker = new DateTimePicker(); dateTimePicker.addClassName("stacked"); add(dateTimePicker); It is ...
Louis KRMK's user avatar
0 votes
1 answer
56 views

I am working on React DateTimePicker where I need to set time to 4 PM but do not show that value in datetimepicker input field instead show only after datetimepicker icon click. How to set 4 PM by ...
Prasad Patel's user avatar
0 votes
0 answers
62 views

We are using vuetify for our vuejs website. We are able to integrate TimePicker and DatePicker in our project. User has to click twice to choose datetime. Is there any way to choose both in a single ...
NPatel's user avatar
  • 21.4k
1 vote
0 answers
250 views

Below is one of the demos on https://mui.com/x/react-date-pickers/time-picker/ Did not have any luck investigating but does anyone know how to: make the hours part in ascending order, i.e 01/02..12 ...
Lys's user avatar
  • 641
-3 votes
1 answer
42 views

I have this code below: setInterval(function(){ $.ajax({ url: "{{ route('logout_checker')}}", type: "GET", ...
magicianiam's user avatar
  • 1,579
1 vote
1 answer
134 views

It looks like DateTimePicker raises ValueChanged twice: once with MaxDate once with current Value on DropDown opened, if Value is not the MaxDate. To reproduce drop DateTimePicker to the form, put ...
Rekshino's user avatar
  • 7,394
0 votes
2 answers
288 views

I am using the DesktopDateTimePicker component from Material-UI (MUI) in my React application. This component is designed for desktop use, and it does not fit well on mobile screens. I would like to ...
TestHau's user avatar
  • 83
0 votes
0 answers
75 views

I want to count number of days using two datetime picker. Please take a look the picture below. But, if you can see the image below., they counting number of days PER DAY, that's why the total ...
user avatar
0 votes
1 answer
49 views

I can't get minDate and maxDate to work on the two date fields. Selected by date from the first field, the second does not set minDate. I followed the example on https://getdatepicker.com/4/ I don't ...
Igor's user avatar
  • 1
0 votes
0 answers
142 views

i need to show time format in dateTimePicker is 12/24 hour time format based on my app settings not show based on device time format General-> time -> 12/24 hour, i try to change Locale also ...
AJITHKUMAR's user avatar
0 votes
1 answer
48 views

I need to get my atata script to set a date on my web form. The web form utlizes the tailwind css framework. DateTime t = new DateTime(2024 ,02,17); Go.To<...
yu-gi-oh Jason H's user avatar
0 votes
1 answer
40 views

I can't figure out why my datetimepicker in my angular project is suddenly adding these weird lines of text over my arrows on the time input. They appear to be related to increment/decrement hours/...
IAMABANANA'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
0 votes
2 answers
118 views

I need to set a datetimepicker in the specific format dd/mm/yyyy hh:mm tt for example 13/03/2024 2.30 PM. But, I am getting 13/03/2024 14.30. I also can not set the minutes. It only shows the hours ...
SYED NAWAZ PRINCE's user avatar
1 vote
3 answers
2k views

I am using expo I have the following error: Unable to resolve "@react-native-community/datetimepicker" from "node_modules\react-native-modal-datetime-picker\src\DateTimePickerModal....
Faisal Ahmed's user avatar
3 votes
1 answer
1k views

I'm trying to create a simple app where the user needs to select a date. My issue is that it defaults to the date according to UTC time unless I add in the zone off set. My confusion is that I thought ...
JD74's user avatar
  • 435
0 votes
1 answer
147 views

When I click on 'Now' button its shows me correct date time only first time. but when click 2nd time or more it shows wrong (some old date time value) This my working code $('.from-date-picker')....
Waqas Javaid's user avatar
-1 votes
1 answer
126 views

I try to convert something like this: "Wednesday, 21. January 2024" into this: "03.01.2024". How can I do this in c#? I will use it for a program. There is an DateTimePickerand I ...
Laurin Theisen's user avatar

1
2 3 4 5
68