Skip to main content

All Questions

0 votes
1 answer
200 views

jquery datepicker add button & autoclose: false problem

I am working on datepicker.js customization, but have some problems here:,( Could you please give me a clue about what I am doing wrong? I would like to add an additional button (not the button which ...
Hailey's user avatar
  • 21
0 votes
1 answer
73 views

datepicker does not work even after following the same script

I am trying to follow the below code to implement addition of days to datepicker [https://jsfiddle.net/up82wt76/][1] Below is the code I implemented in Visual Studio 2022 It is a straight copy. Why ...
CPK_2011's user avatar
  • 1,120
1 vote
0 answers
382 views

Flatpickr doesn't show after html code is rendered

I am using Flatpicker to show a datetime picker, and the following code works fine, if i click on the input field, the calender opens and the user is able to pick a datetime. <input id="...
Lesley Peters's user avatar
0 votes
2 answers
446 views

Datepicker formatDate

i need to change my format date in date picker from "12/25/2022"(for example) on "25/December/2022" heres my code: $(".date-picker").datepicker({ format: 'dd-mm-yyyy', ...
Nazar.io's user avatar
0 votes
1 answer
76 views

JQuery date picker calender not working in Asian and some European cities

When I run jqueryui in London, Mountain View, San Fransico and São Paulo the day figures on the calender are correct. When I run the site in Tokyo, Shanghai, Mumbai, Moscow and Berlin the day figures ...
Ross Symonds's user avatar
0 votes
0 answers
102 views

How to set properly localisation for datepicker in knockoutjs

I put locale: en in my options, but that doesnt work. Should I put somewhere else? ko.bindingHandlers.datepicker = { init: function (element, valueAccessor, allBindingsAccessor) { //var ...
lonelydev101's user avatar
  • 1,731
0 votes
0 answers
139 views

jQuery UI Datepicker not working | jQuery 3.3.1

I have this project about booking system in php. little bit old tbh but it's get the job done Anyway.. I have a problem with the "datepicker" in jquery. I have this input field <div class=...
SDC's user avatar
  • 3
-1 votes
1 answer
2k views

How to get date when selecting year and month in datepicker

Is there a way to automatically get the date when the year and month are selected without clicking the done button? $(function() { $('.date-picker, .to').datepicker({ changeMonth: true, ...
leesuccess's user avatar
1 vote
0 answers
124 views

How to use datepicker() in JS code ? (not a function)

I'm trying to use the datepicker function but I'm getting a error. There is a lot of topic about this problem but every time i try a different method, it doesn't work (with .noconflict() -> maybe i'...
dyd's user avatar
  • 11
1 vote
1 answer
978 views

Selecting a date in datepicker

If you select 06.05.2021 in the first datepicker, then the second date picker should not select anything before 06.05.2021. The script works with the yy-mm-dd format. The dd.mm.yy format does not work....
Nikita's user avatar
  • 11
0 votes
3 answers
114 views

JQuery datepicker set manual date not a current date of calender?

How we can set a our manual date not a current date of calender (e.g now date is 2021 but i want to set date of year 2020) into datepicker JQuery??
Kirshan lal's user avatar
-2 votes
2 answers
1k views

Display today's date in datepicker [duplicate]

Anyone here how do I display today's date in jquery datepicker? Tried these but it doesn't display today's date in datepicker. $('#from').datepicker({ defaultDate: new Date(), dateFormat: '...
J.Wujeck's user avatar
  • 280
0 votes
1 answer
78 views

Jquery ui datepicker preselect date that is not a sunday

I have modified the jquery ui datepicker to pre-select the day that is 2 days from now and I have also disabled Sundays in the datepicker. However, the input field is still being pre-filled with the ...
Daniil Vnoutchkov's user avatar
0 votes
2 answers
30 views

datapicker beforeShowDay dataFormat problem

I have a problem with dateFormat when it is in function beforeShowDay. I am using datapicker jQuery DataPicker from https://api.jqueryui.com/datepicker/. I would like it to check the dates and change ...
Niffe33's user avatar
  • 43
0 votes
1 answer
524 views

Highlight disabled day in datepicker

i need to highlight a disabled date from datepicker what i have now is like this the only available day is Tuesday, so i wanted to highlight the disabled day this is my javascript <script> ...
Eranda Dava's user avatar

15 30 50 per page
1
2 3 4 5
48