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 votes
0 answers
27 views

Highlight a date in JavaFX DatePicker and use that value

I am trying to highlight a date when I click on it on the calendar part of JavaFX datepicker, once highlighted I want to get the value of that date to use it further (as an example let’s say I want to ...
javanewbie's user avatar
0 votes
0 answers
22 views

Date pickers should start on Monday instead of Sunday

I have a custom widget for date input: class JQueryUIDatepickerWidget(DateInput): def __init__(self, **kwargs): super().__init__( attrs={ "size": 10, ...
Bokijonov's user avatar
0 votes
0 answers
23 views

ASP.NET MVC datepicker doesn't show calendar

I'm trying to add datepicker, however when I try to use @html.TextboxFor, the calendar is not popping up. As for EditorFor to input="date" options, they show mm/dd/yyyy format when I need dd/...
DeP.'s user avatar
  • 1
-1 votes
1 answer
49 views

How do I dynamically change the stringformat of a datepicker (WPF, c#)?

I have this datepicker element: <DatePicker Name="DataSelected" Grid.Column="1" Grid.Row="2" ...
Kristina Tamaro's user avatar
0 votes
0 answers
15 views

How to clear/erase the input value when using jquery datepicker and the input is readonly

I have an input that as soon as the value is chnaged it submits the value and is saved in our database, therefore we can only allow date format values, and the best tool is using datepicker with a ...
Eduardo Ponce de Leon's user avatar
0 votes
0 answers
22 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
23 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
20 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
25 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
41 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
11 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
34 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
42 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
29 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

15 30 50 per page
1
2 3 4 5
1123