Skip to main content

All Questions

0 votes
1 answer
47 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=...
Asl's user avatar
  • 1
0 votes
0 answers
27 views

Datepicker does not work of a form created using php and html

I am trying to use datepicker in a form which is created in a php file. I can see the datepicker icon on the webpage but when I click on that it does not work. However, when I create this form on a ...
Ujjawal 's user avatar
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
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
0 votes
1 answer
491 views

I am locked zoomed out in date picker

I actually tried to restrict users to pick dates within 2 years from today in Datepicker. So now there is one issue that is coming up that when in zoom out too much (By zooming out I mean when we ...
Shadow's user avatar
  • 1
0 votes
0 answers
282 views

Use Jquery Datepicker Instead of Bootstrap datepicker

I want to use the Jquery Datepicker but it is not taking that up and using the bootstrap datepicker. I have found some answers but I am not able to implement that on my project and I am not able to ...
Sayanto Roy's user avatar
1 vote
0 answers
215 views

BootStrap DatePicker NoConflict - Uncaught TypeError

I've followed the instruction how to disable the jquery-UI datepicker and using the bootstrap datepicker BootStrap DatePicker NoConflit but I get this error message in browser : Uncaught TypeError: $....
Sven Kirsten's user avatar
1 vote
0 answers
28 views

Datepick window opens under different input field

I am using jquery.datepick.js library for making date input fields. I have a section where users can duplicate multiple divs. When I have just one div and date fields inside, the date window shows ...
Адыль Алиев's user avatar
1 vote
1 answer
293 views

What is ui-datepicker-div and how can I remove it?

There is a white line bottom of my page, and its div ui-datepicker-div you can look at the website : http://www.hekim.deniz-tasarim.site/ ( may it loads slowly, nearly 8 seconds ) I dont know what ...
Murat Deniz's user avatar
0 votes
3 answers
3k views

bootstrap-datepicker error: datepicker is not a function

I am getting an error. Upon checking other solutions they say that they declared jQuery twice, and that's why it shows. But in my case I only declared jQuery once. Please see the code snippet below: ...
Elijah Leis's user avatar
0 votes
1 answer
301 views

Can Jquery UI Datepicker Display Date In a Format that is Different from the Format Date Was Originally Saved In?

I have a Datepicker that has this format set, and is associated with a textbox on my page (ASP MVC View): $(function () { $("#MyDateTextbox").datepicker({ dateFormat: "dd-...
MikeDev's user avatar
  • 377
0 votes
2 answers
181 views

how to exclude previous date from date picker

this is the javascript code. on the borrow date, it will show the previous date from today. how to diselect previous date from it? $("#date_borrow").datepicker({ showAnim: 'drop', ...
user12062598's user avatar
1 vote
1 answer
1k views

Jquery UI DateTimePicker add 3 days to current date and disable the future dates in datePickerStart and datePickerEnd date with dp.change method

So, After searching a lot on stack overflow, I have not found any better solution for my code below. My actual question is, I have datetimepicker, and I want to add 3 days to the datePickerStart and ...
Akhtar Munir's user avatar
  • 1,741
1 vote
0 answers
256 views

Disable only 2 weeks from today in Datepicker 1.6.4?

I am setting up specific Datepicker where only and always next 14 days from today should be disabled. I have tried beforeShowDay but it's not working for this. I have also tried using maxDate, minDate,...
fullclip's user avatar
0 votes
0 answers
57 views

bootstrap 4 datepicker display one side deviation

I use bootstrap 4 datepicker for my function. everything were ok. But now I check this function again. It is showing issue. all of day col were put in to one header col due to wrong font in datepicker ...
Âu Thịnh's user avatar

15 30 50 per page