16,786 questions
0
votes
2
answers
60
views
Is it possible to set a custom week start day in SwiftUI DatePicker?
I’m using SwiftUI’s built-in DatePicker to allow users to select dates and times in my app. Everything works fine, but I need to customize the first day of the week shown in the date picker calendar.
...
0
votes
1
answer
119
views
How do I monitor the fitting width change of an UIDatePicker on iOS using UIKit?
I'd like to monitor the fitting width of an UIDatePicker set to the mode of .date on iOS. By fitting width, I mean that usually obtained by systemLayoutSizeFittingSize(CGSize(0, 0)) -- but I need to ...
0
votes
1
answer
37
views
Styling datepicker textArea
I was trying to style the textArea of datePicker, how ever I can apply styling to calendar drop down but failed to apply styles to textArea. The code I used is
<DatePicker
label="...
0
votes
1
answer
50
views
MUI Datepicker input style override
Im trying to integrate Datepicker to my project, but I have to follow the style guidelines of the company, so I tried adding just my clases but both are shown, and when I tried to outlined the input I'...
0
votes
1
answer
102
views
Open two months date picker ( month range picker)
I am using bootstrap date picker. I want to open two month picker in one input. I want to display my input value like this:
Dec-2025 to Dec-2025 (if user select only same month in both picker)
Dec-...
0
votes
1
answer
43
views
How to change langugae to Arabic in DatePicker Dialog with year selection
I have a functionality to show the year picker first. Then the whole calendar uses localisation, but when I change the device language to Arabic, the DatePicker "Years" are not evolving to ...
0
votes
1
answer
32
views
DatePickerDialog with Arabic and language based on language settings
When using the DatePickerDialog for RTL (right-to-left) languages such as Arabic or Urdu, the swipe action functions correctly. However, there is an issue with the right and left arrow buttons. ...
3
votes
1
answer
92
views
How to robustly select a date from an Ant Design calendar when a specific date may not be available or enabled?
I'm writing an end-to-end test using Playwright for a React app that uses Ant Design's <DatePicker /> component.
My test needs to select a date from the calendar popup, but sometimes the date I ...
1
vote
1
answer
77
views
Can Default Placeholder in HTML Datepicker be removed using any CSS styles?
(------,----) is the placeholder for the month/year datepicker that i am using in my react file. Is there any CSS classes(webkit) to hide this or remove this.
Datepicker with the placeholder
These are ...
0
votes
1
answer
148
views
How to fix manual input for datepicker
I am trying to use the primevue datepicker in a form submission form. I am using zod as schema validation.
The problem is, I cannot enter the date by hand. When I do this, a date already appears and ...
0
votes
0
answers
17
views
Remove Light Gray Background in SwiftUI DatePicker / normal Picker [duplicate]
I am trying to remove the default gray background in my SwiftUI picker. Insane that I think I have to drop down to UIKit potentially to fix this.
Here is my code, but this still isn't working:
struct ...
0
votes
0
answers
84
views
Width of PrimeFaces DatePicker input field with icon shown
I have a DatePicker inside a panelGrid with some input fields:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
...
0
votes
0
answers
34
views
Yjw to use both auto-apply and text-input @vuepic/vue-datepicker
I try to use @vuepic/vue-datepicker with text-input and auto-apply in Nuxt3 project, but
when I add auto-apply the field is filled when I enter 1 digit, without waiting for the rest to be entered. How ...
1
vote
1
answer
61
views
Why in element-plus date-picker component on save lose 1 day?
In Laravel 12 / vuejs 33.5.13 / element-plus 2.9.5 app I use date-picker component
<el-dialog v-model="dialogVisible" title="Select Day">
<el-form :model="form&...
0
votes
2
answers
85
views
VuePrime datepicker does not change css attributes
I am using the PrimeVue UI component libary. I am trying to change the font size and color of the datepicker but it just won't work.
This is my template:
<div style="flex: 1;">
...