All Questions
Tagged with jquery-ui-datepicker jquery
2,196 questions
0
votes
0
answers
25
views
ASP.NET MVC : jQuery datepicker inside bootstrap modal
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 ...
0
votes
1
answer
60
views
datepicker set focus but do not open
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.
...
0
votes
0
answers
19
views
Sending value selected to backend (or $.Ajax()) different of showed at frontend [duplicate]
i am using the lib https://jqueryui.com/datepicker/
I would like found the proprierty that send the value selected to Backend with american format.
Exemple:
JS
<script src="https://code.jquery....
0
votes
0
answers
63
views
How to get datepicker to show today's date in a new form using php
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-...
0
votes
0
answers
23
views
Jquery datepicker position issue when scrolling
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 ...
0
votes
1
answer
39
views
Disabling specific years in datepicker
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 ...
0
votes
0
answers
109
views
Iterate through Datepicker dates and add aria-selected='true' to the currently selected date with .ui-state-active
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-...
0
votes
1
answer
61
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=...
0
votes
0
answers
51
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 ...
0
votes
0
answers
52
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">
...
1
vote
1
answer
54
views
Jquery datepicker not setting 90days or 3months from the month selected in Jquery
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. ...
0
votes
0
answers
37
views
JQuery Datepicker display date format
I have a working version of jQuery datepicker which is defaulted to today's date and display in below format,
I needed to format the display date like below. How can I do it?
Here is the JS code
...
0
votes
1
answer
460
views
Screen reader doesn't read cell value when moving accros the datepicker grid
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 &...
1
vote
1
answer
39
views
jquery DateTimePicker - Grab day of week in selection
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 ...
0
votes
3
answers
78
views
Disable all Sundays and some specific dates in jQuery UI datepicker
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 = [,...