Skip to main content

All Questions

0 votes
1 answer
195 views

Jquery UI Datepicker disable specific days and all (Mondays&Tuesday)

I want to disable specific days and all (Mondays&Tuesday) for example var array = ["2020-03-14","2020-03-15","2020-03-16"] $('#datepicker').datepicker({ beforeShowDay: function(...
Hassan Elshazly Eida's user avatar
0 votes
1 answer
335 views

How to set firstday of the week in oracle jet datepicker

I am not able to set first day of the week in oracle jet datepicker while its simple to set in jquery ui Thanks.
Nishant Kumar's user avatar
0 votes
1 answer
40 views

Difference between JS Date object and jQuery UI datepicker

When I set a date with native JS tools, with an ISO date as the input, the date that I obtain is: Wed Apr 29 2020 02:00:00 GMT+0200, so the hour is 2 p.m. When I set a date using jQuery UI datepicker ...
scpsc's user avatar
  • 1
0 votes
1 answer
197 views

how to change format datapicker to YYYY-MM-DD

how to make the datapicker format be like 2020-01-08 $(".datepicker").datepicker({ format: 'yyyy-mm-dd', autoclose: true, todayHighlight: true, }); $("#tgl_mulai").on('changeDate', function(...
Newbie 123's user avatar
2 votes
2 answers
806 views

Make days unselectable on load with jQuery Datepicker

I have two dates: a Min and a Max, like seen on the linked picture. How do I set so that when the page loads, that the minimum date is set for the "Max date" field when rendering the page? So that the ...
Anarch's user avatar
  • 35
0 votes
1 answer
42 views

jquery ui Datepicker reInitialization of minDate fails

i have a function that initializes a datepicker function initDatepickerTaskEndDate(){ //console.log(new Date(studyPhaseTimeframe.endDate)); $(".closeTaskDatePicker")....
kyrpav's user avatar
  • 768
0 votes
3 answers
233 views

minDate is not being set?

I have this jQuery UI datepicker which I've used before. For some reason it will not work on this project. It prints the date correctly and I simply do not see why it wont work. I've managed to get ...
Lato's user avatar
  • 139
1 vote
0 answers
61 views

Datepicker not appearing when using javascript file

I am trying to make the Datepicker widget appear by using a javascript file and it won't appear when I load the html file in a browser. I am also very new to coding in html/javascript. The Datepicker ...
Madeline Bellanger's user avatar
0 votes
0 answers
45 views

I have error when i use datepicker for jquery-ui

I have add datepicker for jQuery UI but I have this error: Uncaught TypeError: $(...).datepicker is not a function I add plugin jQuery and jQuery-ui but I have also error code twig: <!DOCTYPE ...
dev_2019's user avatar
1 vote
0 answers
44 views

jquery ui datepicker option dateformat does not respond properly

I want to use the jquery ui datepicker in order to pick months and years. After searching in sites i have created this function: $(".datepickerSchedule").datepicker({ showOn: "both", ...
kyrpav's user avatar
  • 768
-1 votes
3 answers
68 views

datepicker disable futures dates

I would like to disable future dates (starting with the day after tomorrow) using datapicker, but it's not working. I tried 3 solutions: maxDate: 0 and maxDate: '0' and maxDate: new Date(); ...
Marooweb's user avatar
  • 466
1 vote
3 answers
246 views

jquery ui datepicker range clear value based on another selected value

I use JQuery UI datepicker range that used in the following article (jquery ui date range 15 day between two date) for my form, it is working perfectly, the issue is I have another drop-down list ...
Malgoul2000's user avatar
2 votes
3 answers
18k views

DataTables+Datepicker filter table by date range

Trying to implement DataTables filter by date range using two bounded datepickers. I've seen few similar questions at SO, but none of those having answers worked for me. So far, I managed to ...
user10894089's user avatar
0 votes
1 answer
433 views

JQueryUI Datepicker - Adding Event to Disabled Date

I have a JQueryUI Datepicker with some days disabled using the beforeShowDay parameter. I know you can add a tooltip using that parameter, but I need to trigger a message to appear that says "This ...
Orion Hall's user avatar
0 votes
1 answer
2k views

How to localize jQuery UI DateRangePicker?

I am using jQuery UI DateRangePicker (reference). I would like this daterangepicker available in 3 languages (nl, fr and en). I will be using a switch statement to set the settings for the calendar....
Dennis's user avatar
  • 3,520

15 30 50 per page
1
2
3 4 5
48