2,976 questions
0
votes
1
answer
36
views
Using a date picker on a BoundField DataField
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 ...
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-...
-1
votes
1
answer
63
views
JQuery-UI DatePicker does not set the correct minDate and maxDate [closed]
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 ...
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
1
answer
524
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 ...
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
1
answer
54
views
Displaying a custom woocommerce cart fee based on a custom datepicker field selection
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 ...
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. ...