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
1 vote
0 answers
48 views

How can I select a date period so that I can pull data from the db and download that excel file using Filament 3?

I have a page for reports where I want to download data from three separate database tables from a single button over a certain period. I currently have it working for three separate buttons, but now ...
erroDecoder's user avatar
0 votes
1 answer
43 views

How to hide the react-datepicker header?

I'm trying to hide the header in the react-datepicker. And from what I read it should just be the tag hideHeader. but it does not seem to be working for me. according to this, the feature was added in ...
user1255276's user avatar
0 votes
0 answers
21 views

Changing text in ngbcalendar

In the datepicker calendar I use in Angular, the day and month names appear in the component. I want to replace these with the texts I got from the language file. This problem has been solved many ...
Esma Harmancı's user avatar
0 votes
0 answers
63 views

how to use Jalali date in ant design date picker Version 5

I am using ant design version 5 and I want to use a date picker. How can I use Jalaliday with ant design version 5. From my latest information there is antd-jalali for this purpose but I guess it is ...
Sky's user avatar
  • 362
0 votes
1 answer
97 views

Why doesn't the highlighted date in Fluent UI React's DatePicker change if default value was set?

Referring to Fluent UI React v9's DatePicker: https://react.fluentui.dev/?path=/docs/compat-components-datepicker--default, the value property is the default value. But when I set it, something ...
John Evans Solachuk's user avatar
0 votes
1 answer
46 views

Strict validation for Angular material datepicker

currently I'm using Angular material datepicker and I allow user to select date from calendar or directly input in field manually. Currently if user input "5-5-5" and click outside it will ...
Mohit Bumb's user avatar
  • 2,473
0 votes
1 answer
70 views

React.jsx: type is invalid, expected a string (for built-in components) or a class/function but got: object | react-native-ui-datepicker

I have a component that uses the DateTimePicker from react-native-ui-datepicker library. While writing test case for it using jest it showing the following error Warning: React.jsx: type is invalid -...
Kavin Raju S's user avatar
  • 1,352
2 votes
1 answer
114 views

Angular Material - Overlay X Datepicker

I have a question regarding overlay and datepicker with Angular Material. I'm using the overlayOutsideClick event to close the overlay whenever I click outside the overlay. It's working fine but if I ...
Ggros's user avatar
  • 23
0 votes
1 answer
41 views

Android: How to inflate XML view

I'm attempting to add a DatePicker to my android app following the documentation provided by Google here. I'm trying to make it so the picker appears when a button is pushed, allowing the user to ...
Joshua Luscher's user avatar
0 votes
0 answers
32 views

Android DatePicker fragment - "null object reference" error in logcat

I'm attempting to add a DatePicker to my android app following the documentation provided by google here. I'm trying to make it so the picker appears when a button is pushed, allowing the user to ...
Joshua Luscher's user avatar
0 votes
0 answers
122 views

Calendar Picker with Navigation of Month, Year using HTML, CSS and JS

I would like to create calendar component as shown in image with navigation on click of header of the calendar. Expected i am able to implement one part of it <!-- Implemented for date picker --&...
madhu kumar's user avatar
1 vote
1 answer
68 views

Vuetify date-picker changing weekday labels from S M T W T F S => Sun Mon Tue Wed Thu Fri Sat

I have a problem with weekday labels, I cannot find a way to change them to this format (from M to Mon etc...) my code : <v-date-picker :weekday-format="customWeekDays" v-model=...
Tomasz Malocha's user avatar
0 votes
0 answers
19 views

facing issue when customize month order in locale Ja with bsdatepicker

const customMonthOrder: number[] = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0, 1]; // March to February // Get the default full month names const defaultMonthNames: string[] = jaLocale.months as string[]; //...
user24699569's user avatar
0 votes
0 answers
95 views

MUI X date picker remove mask value

I'm using React MUI X Date picker version 6.x I want to remove the mask value using keyboard backspace like as a string; example: "MM/DD/YYYY" value Thanks in advance I tried to use a ...
Amanur Rahman's user avatar
0 votes
1 answer
67 views

How to allow only a few dates to be selected in this date picker?

I'm using this compose library for my date picker: https://github.com/maxkeppeler/sheets-compose-dialogs The composable accepts only disallowed dates as follows: val disabledDates = listOf( ...
AT Amrani's user avatar
  • 260

15 30 50 per page
1
3 4
5
6 7
1129