Skip to main content

All Questions

0 votes
1 answer
121 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
0 votes
1 answer
47 views

Why is my Bootstrap datepicker being duplicated if opened too early?

I have a datePicker in my code and when I open the datepicker before all requests are done when they are done it's adding a inline-datepicker inside my datepicker dropdown here's my code <div class=...
Asl's user avatar
  • 1
0 votes
0 answers
37 views

jQuery date picker manual trigger

I have a working version of jQuery date picker, Just need to implement 2 more enhancements to it The calendar function is not invoking while clicking the Date Icon, however if I click the text field ...
Techie's user avatar
  • 83
0 votes
0 answers
41 views

Jquery datepicker does not work on a newly opened blank window

I tried apply jquery datepicker on a newly opened blank window (opened with window.open). <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> ...
Csirmaz Kalman's user avatar
0 votes
0 answers
34 views

Add custom class on x-number of days (months/years) on jQuery UI datepicker dates (each td)

I am trying to dynamically add a class to a number of "td" within the jQuery UI datepicker based on the values from "periodValue" and "periodType". I am having serious ...
Houghtonator's user avatar
0 votes
0 answers
12 views

how to add date picker in django forms.py meta class widget

below are my script and a meta class in forms.py, i want to add date picker in my app but the date is not showing on the field. enter image description here <script> $(function () { ...
almajalisee's user avatar
0 votes
1 answer
37 views

How do I add blocked dates like holidays to datepicker? [duplicate]

I need help in disabling specific dates on the jquery datepicker. I have successfully blocked out Sundays but I don't know how I could add blocked dates to the calendar. I looked through the existing ...
Kenny's user avatar
  • 1
0 votes
0 answers
9 views

jQuery datepicker disable Mondays except 2 specific Monday every year

I have a jQuery datepicker that has Mondays Disabled but I am trying to figure out how can I unable a couple of Monday in December var unableDates = ["4-12-2023", "11-12-2023", &...
user2839729's user avatar
0 votes
0 answers
21 views

Extract Enabled/Disabled dates from jQuery datepicker object on live website using Chrome console

I have a website that's showing a simple jQuery date picker - https://jqueryui.com/datepicker/ Currently, it shows the dates, some of them are ENABLED and some are DISABLED. Is there a way to write a ...
Amit Baswa's user avatar
0 votes
1 answer
35 views

Datepicker: Disable second + fourth week?

I have my days of the week picked out and it works fine, but am unsure of how to implement disabling the second and fourth week. Looked at some other solutions, but it's disabling my datepicker. $('#...
Jon Danyeur's user avatar
1 vote
0 answers
105 views

JQuery Month & Year Picker with Custom Text in Dropdown or Last Selected Month & Year

I have a JQuery Month and Year picker and I'm trying to make the dropdowns of the month and year display a generic text or display the last selected month and year values. Right now it displays the ...
RMT's user avatar
  • 125
0 votes
2 answers
1k views

Datepicker- Week starts on Sunday with Week number

How do I display week starts from Sunday in datepicker along with week numbers. eg: I need Week starting from 12/03/23(Sunday) should display week number 11 instead of 10. Any help appreciated. thanks ...
learn_coding's user avatar
0 votes
1 answer
25 views

How to set third min-max relationship for jQuery UI datepicker

In my application I'm using jquery datepicker for 3 date inputs, "receiveDate", "startDate" and "endDate". I already set my startDate always earlier than endDate by: $(&...
Acadia's user avatar
  • 21
1 vote
1 answer
71 views

How to modify URL when changing month by clicking on the next/before month arrows using bootstrap datepicker

I have a Bootstrap Datepicker and I'm trying to be able to modify the url by clicking on the next month arrow or month before arrow. Datepicker example When I pick some day on the calendar, the URL ...
André Tex's user avatar
-1 votes
2 answers
335 views

Сounting the number of working days without taking into account holidays and weekends in jQuery UI Datepicker

I use jQuery UI DatePicker and was able to disable weekends and holidays there (custom list). Now I need to count the number of working days in a month without taking into account the days off before ...
Vito's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
51