Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
707 views

Javascript Pesian DatePicker problem in calculate leap year

Hello everyone I wish you could help me to solve this problem. I have a date picker which I use in my project many times and it was a component. But now in the Persian New Year, we have 1403(Shamsi) ...
saVsa 94's user avatar
0 votes
1 answer
81 views

Pass the results of a date selected via Bootstraps datepicker, and put it in a URL link

I am working on a hotel site that uses the Bootstrap datepicker to have the user select their 'Check In' and 'Check Out' dates. Both of those dates should be passed to a 'booking' website when a ...
SunnyOz's user avatar
  • 585
0 votes
2 answers
1k views

Bootstrap 3 datepicker: Change date display format; Prevent date selections prior to Todays date

I am using the Bootstrap datepicker for the first time on a hotel site. I have gotten it installed and it does display the calendar as it should. However, the date, once picked, is displayed in this ...
SunnyOz's user avatar
  • 585
2 votes
1 answer
4k views

Input-group-addon element does not trigger to date class

according to this link - component section my calendar icon should trigger to picker, but it does not work. Any suggestions? Thanks for the help! Here is my code: <div class="col-xs-8 ...
Tokotome's user avatar
2 votes
2 answers
2k views

How can I force the bootstrap datepicker display the value of the input field in the calendar?

I have a strange problem with the bootstrap datepicker (I use it inside a bootstrap modal). If I set the value directly in the input field... <input value="12.05.2017" type="text" class="date">...
peace_love's user avatar
  • 6,471
0 votes
0 answers
84 views

I am trying to add the decade one Date picker But I am not able to get what I expected

I want to get 10 years.. Than i click on years and and than select a month.After selecting a month.I need to select the date and all the combination will be shown to my input type text box i have a ...
Basant Gera's user avatar
0 votes
1 answer
2k views

change date in bootstrap datepicker calendar using date from another calendar on same page?

I have two basic bootstrap datepicker calendars on my page. I am trying to understand how I can use changeDate event to set the date of calendar no.2 according to the date I select on calendar no.1. I'...
omrakhur's user avatar
  • 1,422
0 votes
2 answers
4k views

Bootstrap datepicker remove input value if click outside the calendar

I use bootstrap datepicker and initialize it with a value. Now, while the calendar is open if I click outside the calendar, then the calendar fade out and the input field becomes empty. I created ...
user avatar
0 votes
1 answer
174 views

datepicker add a day to the end date

Appreciate any help. Have searched many pages on this forum about Javascript datepicker dates. They all include two textbox calendars and not a compound bootstrap one. I have a compound calendar (one ...
Afshin's user avatar
  • 11
4 votes
2 answers
11k views

Trigger jQuery datepicker element on both input click and add-on icon

I have 2 input fields containing a default date and I'm using jQuery's Datepicker plugin to select a date from a pop-in calendar. Currently this calendar is displayed when the user clicks on the <...
murday1983's user avatar
  • 4,036
1 vote
3 answers
6k views

Bootstrap datepicker today's date selected when calendar open first time

I am using this datepicker . My issue is when I click on textbox on which datepicker is attached, it opens the calendar with today's date selected. What I want is when a calendar opens first time ...
fais's user avatar
  • 175
1 vote
1 answer
721 views

Bootstrap popover datepicker is not working

I'm trying to display calendar in the pop-over but my problem is that the calendar displays behind the pop-over rather then in it. Any ideas for how I can solve this? My JavaScript: $(document.body)....
user avatar
2 votes
2 answers
8k views

Twitter Bootstrap + datepicker + display the calendar in the screen

I am using Twitter Bootstrap Datepicker and i want to always display the calendar in the screen, like the following example. Somebody knows a way to do this? Thanks!
Paulo's user avatar
  • 538