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.

0 votes
0 answers
25 views

How to add an extra class on highlightedwhich is added by highlighted props vuejs3-datepicker

I am using import Datepicker from 'vuejs3-datepicker'; and I am using highlighted props to highlight specific dates but I want to color highlighted dates with different color but 'vuejs3-datepicker' ...
Rock Havmor's user avatar
0 votes
0 answers
16 views

Display a date from an edit form in a gallery on PowerApps

My problem is that I have a datepicker in my modification form and I would like to display the date in a gallery, here is how I did it : in the button : Collect(User_Pointage; { Salarié : ...
Loïck Sauvage's user avatar
1 vote
0 answers
38 views

Date picker input width with React Native Paper Dates

I want to add a DatePickerInput in my react native project using React Native Paper Dates. It seems to work fine but I cannot adjust the width of the input. <DatePickerInput ...
easymoneysniper23's user avatar
0 votes
0 answers
25 views

Gijgo Datepicker Date with two digit Year converted to 20th Century

I am using Gijgo Datepicker in my website, my requirement is to show 2 digit year, and I changed the format to 'dd/mmm/yy' which is working fine, but when I select a date i.e. 1 Jan 1990 and reopen ...
Danish Adeel's user avatar
0 votes
0 answers
28 views

TypeError: option timepicker is not recognized! it is shown

<script type="module"> document.addEventListener('DOMContentLoaded',function(){ var calendarEl = document.getElementById('calendar'); var calendar = new ...
Adarsh Kumar Singh's user avatar
0 votes
0 answers
46 views

Swift UI DatePicker hourAndMinute fails when another picker is displaying menu

Does any one know a workaround (as I assume this is a bug). Trying to open Time portion of DatePicker while another menu styled picker is opened breaks the whole DatePicker: The Time menu does not ...
gswierczynski's user avatar
0 votes
1 answer
13 views

Get wrong time in mui/x-date-picker

I try to convert date from date picker to iso format but always get 3 hours behind of my time.How can I resolve it? This is my code: 'use client'; import React, { useEffect, useState } from 'react'; ...
Konstantin 's user avatar
-1 votes
1 answer
39 views

Adding and styling buttons to material datepicker to fit in seamlessly

I want to add buttons to my datepicker go to the previous and next day without opening the datepicker. After some hours I got this result: Current state of datepicker with buttons It's not that bad, ...
EndlessEmber's user avatar
-1 votes
0 answers
49 views

Repurpose DatePicker from react-dates dynamically

I want to be able to repurpose DatePicker component from react-dates dynamically. This can be based on some configurable parameter. e.g. for Scenario 1, I want the DatePicker to act as a proper date ...
copenndthagen's user avatar
1 vote
0 answers
34 views

how to change data-v-date in vuetify datepicker?

I am using DayjsAdapter in my vuetify datepicker and my issue is that as you can seee data-v-date is no ISO string local time but on default adapter it has a generic one like '2024-02-04' I am ...
Tomasz Malocha's user avatar
1 vote
0 answers
138 views

Hide the seconds from angular datepicker input

I am using angular datepicker and i want to hide the seconds from the input box <mat-form-field class="input-ff transparent-bg no-warning underline-prefix"> <mat-label >{{...
Sunil Garg's user avatar
  • 15.4k
0 votes
1 answer
34 views

How to change date format if I use a MUI TextField with type of date?

I am using MUI TextField component with the type of Date to create a calendar. The default calendar date format is MM/DD/YYYY althouth I want it to be DD/MM/YYYY. Is there any possibility to change ...
Gayan Madhusankha's user avatar
0 votes
1 answer
33 views

How can I set a custom header for a MUI DateCalendar in order to make it collapsable?

I'm trying to customize the MUI's DateCalendar component, expecting to add a new iconbutton in it's header, that may collapse its content when clicking it. Such as this: I managed to do everything, ...
Cecilia Mermoz's user avatar
-1 votes
0 answers
58 views

Unable to find element on web page using Selenium

I'm able to find and interact with the 'date' button but have tried all elements for the 'start bar' but consistently returns 'No such element'. Is it because it's a date picker and I need to handle ...
Simon Mitchell's user avatar
0 votes
0 answers
33 views

Get weekday format right with syncfusion_flutter_datepicker flutter

How do I get the one letter weekday in flutter with syncfusion_flutter_datepicker? This is my code: SfDateRangePicker( backgroundColor: Colors.white, selectionColor: primaryColor, ...
DeKekem's user avatar
  • 1,451

15 30 50 per page