Skip to main content

Questions tagged [jquery-ui-datepicker]

A datepicker widget from jQuery-ui which allows the user to select a date from a popup or inline calendar

jquery-ui-datepicker
0 votes
1 answer
200 views

How to alert user of date selection criteria?

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
  • 639
0 votes
1 answer
519 views

How to force ui-datepicker date format to ("yyyy-MM-dd")

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

jquery datepicker formatting not lining up

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,524
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
2 votes
1 answer
133 views

Jquery Datepicker element displaying date in incorrect format and messed up styling

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

JQuery UI DatePicker - Input Blocked when Calendar Overlays card-header

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

jquery ui datepicker - beforeShowDay not working when I first open the clendar

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

How can we do date highlight which we particular disabled using jquery in ui datepicker

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

How can I add 1 day from the date selected? jQuery DatePicker [duplicate]

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

How to get the date from the alternate datepicker field?

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,365
0 votes
0 answers
43 views

Jquery DatePicker - Show the date outside of the minDate - in the Input Box

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

How to auto increment the year in javascript datepicker when the date reaches end of the year

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

15 30 50 per page