Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
49 views

I am working on an old project that uses jquery datepickers. On one page it has multiple inputs, all of which can open a datepicker (but only one datepicker is visible at any one time). Is there a way ...
Ben Holness's user avatar
  • 2,745
0 votes
1 answer
75 views

On our website we currently have the Jquery date picker implemented, but my boss would like it if the calendar could just be active the whole time without the user needing to click on it to get the ...
Heather's user avatar
  • 31
0 votes
3 answers
62 views

I am using the basic JQuery UI datepicker, I need the date range with check in and check out but I need to add date + x days to the check out input. How can I add x days to $.datepicker.parseDate( ...
Andy Dignall's user avatar
0 votes
1 answer
44 views

Is there a way to add a date picker to a BoundField in a GridView? I have a very simple Gridview that allows a user to insert, edit/update, and delete vendors from a database table. I was able to use ...
Amy 's user avatar
  • 29
0 votes
0 answers
34 views

I am stuck on a strange issue, I have a jQuery datepicker inside a Bootstrap modal popup. It works fine for some browser resolution, but not for all. This is how I resolved it, but I want some more ...
Bhavna's user avatar
  • 327
0 votes
1 answer
85 views

I'm using bootstrap 5 and have a modal with 3 tabs, in one of them I have a date with datepicker on it I want to have focus on the date when the tab opens, but I do not want the datepicker to be open. ...
Anja R's user avatar
  • 88
0 votes
0 answers
64 views

I'm using PHP 8.2 and datepicker. I have a form. It has two date fields, which both use the datepicker class. When the page loads, the form is empty (new record). But, the date fields default to 1970-...
John Cowan's user avatar
  • 1,764
-1 votes
1 answer
76 views

Possibly this is an old issue...but let me try. I just thought to renew some old WEB pages using the UI components, particularly the Datepicker widget that I never used. After a lot of studying and a ...
Orionis's user avatar
  • 1,031
0 votes
0 answers
31 views

jquery ui-datepicker calendar control position not sticking to the input div while scrolling the page in a small size screen jquery ui-datepicker should stick relative the input div even on scrolling ...
Anjali Nair's user avatar
0 votes
1 answer
39 views

I'd like to disable some specific years in https://api.jqueryui.com/datepicker/. With "disable" I mean they should not appear in the year drop-down (I'm using changeYear: true) and ideally ...
Jellby's user avatar
  • 2,714
0 votes
1 answer
600 views

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
0 answers
129 views

I have multiple date pickers on a page and I'm trying to iterate through the dates to find the currently selected date and add aria-selected='true' to the currently selected date with the class of.ui-...
user1615351's user avatar
0 votes
1 answer
63 views

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
51 views

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
1 answer
56 views

Party Rental Equipment website. Using the JQuery datepicker in 3 woocommerce_form_field, one for Event Date, One for Delivery Date, and one for Pickup Date. I am trying to charge a $440 extra fee if ...
dtheyer's user avatar
0 votes
0 answers
56 views

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
1 vote
1 answer
60 views

I have 2 dates fromDate and ToDate in which I want to implement a logic where if in FromDate is selected todays date, in ToDate the date should be active or enabled till previous 90 days or 3 months. ...
HEEN's user avatar
  • 4,754
0 votes
1 answer
591 views

I have the following datepicker. The problem is that when running screen reader (NVDA), when moving the selection on the datepicker grid to different cells using keyboard, the screen reader just says &...
havij's user avatar
  • 1,200
1 vote
1 answer
42 views

I'm trying to add a hidden field when a user selects a date to show the day that it rests on. I looked in the documentation on using the dateFormat but can't seem to render this. So the date shows up ...
Keith's user avatar
  • 4,151
0 votes
3 answers
79 views

I am trying to disable all Sundays and some specific dates in jQuery UI datepicker. These conditions, together, don't work in my code. Only sundays are getting disabled. Here is the code var array = [,...
user22409362's user avatar
0 votes
1 answer
38 views

I have a page with a jQuery Datepicker. Once the value is selected, I want to be able to store it in a PHP variable, so I can compare it with a variable I am getting from an Advanced Custom Fields ...
JMA's user avatar
  • 3
0 votes
1 answer
110 views

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
54 views

I'm working on a WordPress website, and I have a specific page with a custom element implemented in PHP. I'm using jQuery UI's datepicker for this input field. Here's my code: (function($){ $(...
liz14's user avatar
  • 208
1 vote
3 answers
346 views

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker where I can't use the month select box because something closes it immediately after being open. Steps to reproduce: ...
CIRCLE's user avatar
  • 4,959
0 votes
0 answers
35 views

I have a web app with Struts 2.5.30 and struts2-jquery-plugin 4.0.3 , I'm using datepicker with displayFormat="dd/mm/yy" and when user change language with a click on flag image the param ...
Giuseppe Coniglio's user avatar
1 vote
1 answer
59 views

I have 2 jQuery datepicker inputs And I set default settings on like this: $("#polis_date_from").datepicker({ uiLibrary: "bootstrap4", changeYear: true, changeMonth: true, dateFormat: "yy....
ad0rfin's user avatar
  • 13
0 votes
1 answer
172 views

I have calendar attached to the date of birth field when I click on the calendar icon it opens as I need to add the DOB ( Date of Birth ) but for closing the dialogue box I need to click on the close ...
Fahad Ashiq's user avatar
1 vote
0 answers
463 views

I need help with a wp date picker. The thing that I want is - customers on the checkout page can choose the pickup and delivery date. After choosing the date, the in-cart summary shows the calculation ...
gobby's user avatar
  • 13
1 vote
1 answer
781 views

I have this hotel wordpress site using WPML to handle the internationalization. The model I use is each language has its language folder: mysite.com/en/, mysite.com/de/, etc All is working properly. ...
Greg's user avatar
  • 354
0 votes
1 answer
45 views

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

As I mentioned above, I'm displaying a jQuery datepicker inline and can't get lastVal working. For further illustration I've edited a jQuery datepicker with working lastVal to displaying inline and ...
csabinho's user avatar
  • 1,607
1 vote
0 answers
122 views

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
  • 135
0 votes
1 answer
323 views

I have seen this question being asked here: Alert User When Selecting Disabled Date Unfortunately, there is nothing to glean from the answers provided. We have a requirement to prevent users from ...
Tairoc's user avatar
  • 681
0 votes
1 answer
767 views

Can someone please help me with formatting a date in a form-control ui-datepicker. Despite setting the format in the model and in the view the picker ignores that and uses MM/dd/yyyy. In the model I ...
A Cameron's user avatar
0 votes
0 answers
28 views

Just using standard jquery datepicker and my calendar looks like this (dates are way outside the calendar frame). Any ideas how to fix? page has : <link rel="stylesheet" href="//...
bart2puck's user avatar
  • 2,520
0 votes
2 answers
1k views

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
30 views

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
2 votes
1 answer
139 views

I am having a problem with my datepicker element that is driving me crazy. I am using the following code to create the datepicker element in index.cshtml: @using ChartDataStructures; @model UpToDate @{...
grant martin's user avatar
1 vote
1 answer
78 views

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
376 views

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

I have implemented JQuery UI Datepicker on a site. I have an issue where that when I click to show the calendar dropdown, where the dropdown overlays the bootstrap card in the next row, anything over ...
Simon Evans's user avatar
0 votes
1 answer
468 views

it looks like the beforeShowDay doesn't work the first time I open the calendar on the current month. I'm having the jquery ui datepicker with few active days each month. when I refresh the website ...
user3316244's user avatar
0 votes
2 answers
507 views

Here is my code as below, Please help me to find out solution for add highlight on those dates which I particularly disabled and Sundays. And Do not want to highlight disabled previous dates from ...
Ravina Madhani's user avatar
0 votes
2 answers
665 views

I currently have been making a leave request form. However, I am having a hard time adding +1 day to the end date of a user's leave end date. I tried e.date+1 and also e.date+1d but neither of them ...
codeTester-'s user avatar
0 votes
2 answers
438 views

Datepicker has this function which allows you to ship the date into an alternative input with an alternate date format. In my program, I'm hiding the datepicker input and trigger open the calendar ...
Grogu's user avatar
  • 2,595
0 votes
0 answers
52 views

I am having a jquery datepicker which shows the day the task has been created and the day till which the task is available - Period From and Period To. The problem is when I go to modify the task - ...
SAM SAMULE's user avatar
0 votes
1 answer
184 views

How to auto increment the year in javascript datepicker when the date reaches end of the year. My date field displays only maxDate as Current date and yearRange is set to 1900-2022 but it should ...
vinod kumar's user avatar
0 votes
1 answer
124 views

I have an ASPX that has a repeater. Inside the repeater is a text box with a JQuery datepicker attached to it. The text box's ID is static, so it is the same for all of those items within the ...
Don Del Grande's user avatar
0 votes
2 answers
281 views

var form = document.createElement("div"); form.innerHTML = "<input type='text' id='Test'>"; swal({ content: form, closeOnEsc: false, closeOnClickOutside: false, }); $...
Aliakbarian's user avatar
0 votes
2 answers
221 views

I need to add dayid to all <td> for example: <td class=" " data-year="2022" data-month="8" data-event="click" data-handler="selectDay"> &...
js newbie's user avatar

1
2 3 4 5
60