Skip to main content

Questions tagged [datepicker]

A datepicker is a user interface element in many frameworks that allows a user to choose a date and also, in some cases, time, often through a visual calendar. When including this tag, it would advantageous to also include details regarding the specific data picker being used as they each have different properties/options/functionality.

datepicker
0 votes
0 answers
19 views

Problem with the bootstrap-datepicker showing twice on page load

Thanks in advance for your help! I have added a version of the bootstrap-datepicker onto my website page. However for some reason it is displaying twice when it is only supposed to be showing once. ...
Nathan Clancy's user avatar
0 votes
0 answers
91 views

MudBlazor DatePicker 'Not a valid date time' error message

I would like to change the 'Not a valid date time' error message of MudDatePicker to my own custom message, but I do not know how. I tried using FluentValidation, but it is not being called. I suspect ...
sada's user avatar
  • 683
1 vote
1 answer
18 views

Multi select date range in angular material

An implementation of a multi date range selector in Angular that is similar to the react-multi-date
Alf Moh's user avatar
  • 7,307
0 votes
0 answers
140 views

DatepickerModule is not compatible with ivy angular 17 - ng2-datepicker v12.0.0

I installed Angular 17.3.9 after running npm start command. The DatepickerModule started throwing an error. app.component.module.ts: import { DatepickerModule } from 'ng2-datepicker'; ... ... @...
Gautam CONTRACTOR Kumar's user avatar
0 votes
0 answers
29 views

React native DatePicker provide android error

I have an error that I can't understand because the error only occurs on Android Here is the error: ERROR TypeError: Unable to read property 'calendars' not set This error is located at: in ...
Marwan Haj mohamed's user avatar
1 vote
1 answer
62 views

Change label Color on Date Picker Swift UI

So I want to change my Date picker (WheelDatePickerStyle) label color, currently default is green i want to change to yellow already tried several properties like accentColor but didnt work. Thanks ...
Godofsleepy's user avatar
0 votes
1 answer
49 views

Livewire event with datepicker

I have below code for Livewire component view, where i am dispatching event with startDate and endDate, I can get correct data in my Dashboard, but problem is once re-render happens after disptach, ...
rjcode's user avatar
  • 1,323
0 votes
0 answers
25 views

Angular Material Version17 Mat Calendar is not getting close on date selection or on backdrop need a refresh to close the picker whole screen is freez

<div class="ui-lg-3 ui-md-2 ui-g-12 story-section"> <mat-form-field rds-form-field class="w-90"> <mat-label rds-form-field-label>End Date</...
jayanti khutwad's user avatar
1 vote
1 answer
72 views

Angular getLocaleFirstDayOfWeek('en-FR') returns 0 (Sunday) as the start day of the week where as it returns 1 (Monday) for en-NL

I need to show the start day of the week based on locale and customise the date picker to show the week days. Since NativeAdaptor always returns Sunday as the week start day, a custom adaptor is ...
suneesh's user avatar
  • 304
2 votes
1 answer
84 views

Why doesn't it recognize any selections on the datepicker?

I'm trying to populate a select dropdown with the hours that don't have appointments booked, and right now I'm experiencing somethin really dumb with datepicker, because I want it to be populated ...
José Filipe Silva's user avatar
0 votes
0 answers
59 views

How to customize MUI Date Picker buttons

How can I change teh background color of a selected shortcut item in the staticDateRangePicker? For example when I click on button today and it is selected I want the background color to be 'grey' to ...
Luigi Matias's user avatar
0 votes
1 answer
45 views

Angular Datepicker with format MM.yyyy wants to select day

I want to use a datepicker that only accepts month and year. According to Angular Materials I built a function which should close the datepicker after the month has been selected - so that no day can ...
lenvmi's user avatar
  • 3
0 votes
1 answer
33 views

Mat Date picker sending the incorrect date

I have this input for selectin date <mat-form-field class="w-full"> <mat-label>{{ "DATE" | translate }}</mat-label> ...
flaw's user avatar
  • 33
-2 votes
1 answer
47 views

Input type date, differentiate between empty and invalid [closed]

I have a modal window with a form containing an optional field of type date i.e.: <input id="myDate" type="date" /> If I pick a date, i.e. 14/05/2024, and then remove some ...
m3t4l's user avatar
  • 61
0 votes
1 answer
122 views

React DatePicker - Click outside day of month and calendar auto close, can't not select end date?

React DatePicker - Click outside day of month and calendar auto close, can't not select end date? When i clicked April 30 then React DatePicker auto close. And I not choose end date. enter image ...
user24927531's user avatar

15 30 50 per page