Skip to main content

All Questions

0 votes
0 answers
160 views

How to fix Uncaught TypeError: g is undefined on bootstrap datepicker

How to fix error Uncaught TypeError: g is undefined on bootstrap datepicker? I tried to make date picker using bootstrap-datepicker lib and I stuck on this error What makes me confused is that in ...
Bertho Joris's user avatar
  • 1,593
1 vote
1 answer
3k views

How display years range in input Bootstrap Datepicker?

I am using the following code to display the year range: $('.date-own').datepicker({ format: " yyyy", viewMode: "years", minViewMode: "years", autoclose: ...
Ajay Raturi's user avatar
0 votes
1 answer
213 views

how to generate datepicker bootstrap datesDisabled dynamically

i am trying to generate dynamically the disabled dates using ajax call , and pass the result to datesDisabled option of bootstrap datepicker , or for other alternative pass the result to beforeShowDay ...
user1426315's user avatar
1 vote
0 answers
450 views

Problems with a datepicker within a modal

I'm having a problem with a datepicker inside a modal (bootstrap3). In the 'show' event of my modal I create an instance of the datepicker and define an initial value, but I cannot change this value ...
Cristiano Felipe's user avatar
0 votes
1 answer
66 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
  • 575
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
  • 575
1 vote
2 answers
164 views

datepicker : error using french datepicker

I want to display the datepicker in french and I included the cdn of the local this is my code <html> <head> <meta name="viewport" content="width=device-width, ...
user avatar
0 votes
1 answer
168 views

Disable dates with the use of radio buttons (JQUERY)

I would like to be able to manipulate the available dates that date picker displays according to certain radio buttons. I have 3 radio buttons HTML <div id = "date"> <label><...
Coding Ninja's user avatar
1 vote
1 answer
1k views

Bootstrap 4 Datepicker block date range

Before someone tries to flag this as a duplicate, I have search google for this type of requirement and have not found feasible answer. The requirement is to have a startDate and endDate datepicker ...
ches185's user avatar
  • 63
0 votes
1 answer
2k views

How to disable and enable the bootstrap datepicker

I am trying to disable and enable the bootstrap datepicker. The method described in How to disable Bootstrap DatePicker doesn’t work for me, probably because I need to disable/enable it outside of $(...
stm's user avatar
  • 304
1 vote
0 answers
94 views

Sunday day in date picker in Javascript

I have the following code in javascript: $.fn.datepicker.dates['es'] = { days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"], daysShort: ["Dom", "Lun",...
elyera's user avatar
  • 11
0 votes
2 answers
781 views

Select Day or Month or Year in Single Calendar or DatePicker (Flexible Selection Mode)

I have a unified textbox control where I need to flexibly accept a DatePicker selection which can be one of the following 3: Day (MM/DD/YYYY), Month (MM/YYYY), OR Year (YYYY). I'm using Bootstrap ...
gene b.'s user avatar
  • 11.5k
0 votes
1 answer
215 views

How to change multidate attribute by input onchange

I am trying to choose multidate picker Bootstrap. My condition is getting onchange value to set multidate attribute as input. For example, if onchange value is 2 I can select only 2 dates. If ...
nishanthi's user avatar
0 votes
1 answer
94 views

Which DatetimePicker is more suitable for internet explorer

I want to use a datetime-picker in my project. There are lots of library, plugins and scripts are available to use but not any of it providing proper support for Internet Explorer I have tried: ...
Sudhir Dehade's user avatar
0 votes
1 answer
813 views

Gijgo Datepicker previous and next month icon change

I am using Gijgo Datepicker. i am trying to change the previous and next month icon to icomoon icons but i didn't find any solution to it. for the icon to the right in the input field, there is the ...
Lucian's user avatar
  • 1,715

15 30 50 per page
1
2 3 4 5
42