Skip to main content

All Questions

Tagged with
0 votes
0 answers
17 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
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
-2 votes
0 answers
53 views

How to style datepicker selected field background color

i have a maybe simple question but i cant find the answer online, how do i remove the blue background from the date picker when for example day is selected, or month or year? because now the black ...
Henrik Hannewijk's user avatar
-1 votes
0 answers
24 views

HTML5 Datepicker boundaries not working in Firefox

I am using the HTML5 Datepicker for a project (input=date) and I have realised it has different UX depending on the browser. I have added a minimum and maximum date and is restricting the users to ...
Adrián Manchado's user avatar
0 votes
0 answers
14 views

bootstrap datepicker not showing date dropbox

I have the following script that works fine: <head> <title>DateTimepicker</title> <!-- Include Bootstrap CDN --> <link href= "https://maxcdn.bootstrapcdn....
FAJAR RAHMADI's user avatar
0 votes
0 answers
149 views

Flowbite datepicker z-index issue in modal

I have the following simple setup: <!-- Setup --> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" />...
DirkReuter's user avatar
0 votes
0 answers
35 views

How to set date from React Date Picker with Google Chrome Dev tool?

I have a problem I would like to set date to website (as picture below) with react-date-picker I want to know code for set date with google chrome dev tool Please help and find solution or recommend ...
Nichchan Prakhunt's user avatar
1 vote
1 answer
590 views

How to change the color of the deselected date in flatpickr

I am using flatpickr inside a project of mine. My scenario is that I have range date picker that uses flatpickr. After I select a range of dates, I have another date picker where all the selected ...
Sakib ovi's user avatar
  • 560
0 votes
2 answers
79 views

Jquery datepicker not working when add in documnet ready

I have a custom datepicker like this <input id='mydatepicker' data-mddatetimepicker='true' data-placement='left' data-trigger='focus' data-enabletimepicker='false' /> When I use it in html code ...
topcool's user avatar
  • 2,680
0 votes
3 answers
233 views

How can I convert Date picker data to Text String?

I am trying to teach myself HTML I am very new but am making headway however I have run into an issue. I want to use a date picker to fill a blank with a string of text. <form action="/...
Klausmain's user avatar
0 votes
0 answers
37 views

Having difficulty with datePicker in python-django project

The Django web-app project I am working on has numerous apps. I am creating a new app with forms. The forms use datePicker. The datePicker class is referenced in an attrs{} block. On my new form I ...
user avatar
-1 votes
1 answer
30 views

How can i fix this MatDatepicker problem?

When i put date(yyyy-mm-dd) into the first input it works, but when i copy the same date into the second input, it doesnt work and underline it with red color. Code: <mat-form-field> ...
AstanaSatana's user avatar
0 votes
1 answer
69 views

Date picker not working inside modal jquery

I'm using this date field; on simple html page it is working if ($('.datepicker').length) { $(".datepicker").datepicker({ minDate: 0 }); } <link rel="stylesheet" href="https://cdnjs....
user3653474's user avatar
  • 3,709
0 votes
0 answers
28 views

Material Datepicker css not working properly

<mat-form-field appearance="fill"> <mat-label>Choose a date</mat-label> <input matInput [matDatepicker]="picker"> ...
Samkit Barbhaya's user avatar
0 votes
0 answers
33 views

How to update minDate and maxDate for start date and end date dynamically using Materialize 1.0.0' s Datepicker?

I'm new to javascript and using Materialize as CSS framework. I'm implementing two datepickers for a start and end date. I'm struggling with setting the maxDate and minDate dynamically. maxDate for ...
SkanSou's user avatar

15 30 50 per page
1
2 3 4 5
83