Skip to main content
0 votes
0 answers
23 views

Bootstrap Datepicker Range Selection by weekly

I am using bootstrap-datepicker.js to select date from Saturday to Friday of a week. Date selection is working correctly but selected dates in the calendar is not correct. If I select any date between ...
B L Praveen's user avatar
  • 2,010
0 votes
4 answers
81 views

Formating the date with bootstrap datepicker

I have an input where using bootstrap datepicker, but i want the output format to be like (Day - Month #, year) ex: Wednesday - January 1, 2025. <div class="col-md-6"> <div class=&...
noMan's user avatar
  • 11
1 vote
1 answer
97 views

Datepicker not refreshing data

I´ve been trying to solve a problem I´m having beeing it the next one: I have 2 datepickers: Delivery Date Picker: <div class="input-group date form_datetime times" id="date_entrega&...
Zenin0's user avatar
  • 63
0 votes
1 answer
96 views

How to disable days of the week by periods?

I'm currently trying to add a date picker (Boostrap datepicker) and disable certain days of the week, like Mondays, to prevent reservations on those days when the office is closed. I found the ...
Zenin0's user avatar
  • 63
1 vote
0 answers
17 views

Ui and input not consistent w.r.t date invalid error

Expected behaviour UI and input should be consistent Actual behaviour Datepicker version used 1.10.0 Example code $('.dt_picker').datepicker({ autoclose: true, orientation: "...
Santhosh's user avatar
  • 11.9k
1 vote
1 answer
80 views

In Angular 17, if I try to compare a variable with 'undefined', while compiling it automatically replaces 'undefined' with 'null'

I have used Bootstrap DatePicker which on emptying return undefined event. When in my TS file: I try to compare if event is undefined, it never goes in that if block. Because in my browser when I ...
Pulkit Goyal's user avatar
2 votes
0 answers
31 views

Unable to update Javascript Bootstrap datepicker

I have two Raspberry Pis that are sending data and I have a page dedicated to graphing the data between the two. One of the Pis recently started sending data so I need the calendar function built ...
Tan R's user avatar
  • 21
0 votes
1 answer
58 views

Bootstrap datepicker the years that more than the minDate

I have the issue with the boostrap datepicker. I set the datepicker with minDate: '-11m' and the datepicker show only 11 month before today (In this case: July 2023 - June 2024), but the datepicker ...
SeorangWibu2021's user avatar
0 votes
0 answers
28 views

facing issue when customize month order in locale Ja with bsdatepicker

const customMonthOrder: number[] = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0, 1]; // March to February // Get the default full month names const defaultMonthNames: string[] = jaLocale.months as string[]; //...
user24699569's user avatar
0 votes
1 answer
61 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
50 views

Bootstrap-datepicker not triggering 'show' event on when I change year for half-yearly calendar

I am using bootstrap-datepickertext for rendering half yearly calendar by manipulating monthly calendar as shown in the code- ` $.fn.datepicker.dates['halfyears']={ days: ["Sunday", &...
meg's user avatar
  • 123
0 votes
1 answer
84 views

how to customize ngxbootstrap daterangepicker?

I'm using ngx bootstrap datepicker i have a requirement to show multiple date range is calender.when open calender view should be months which show selected multiple months.on click that selected ...
Lovitha's user avatar
  • 37
1 vote
0 answers
69 views

ngxbootstarp daterangepicker calenders not come on side by side come as top of another

I upgraded ngx-datepicker to version so now my daterangepicker style changed that calenders are placing one on the top of another.No other change i made.Please suggest any solution enter image ...
Lovitha's user avatar
  • 37
0 votes
1 answer
665 views

Apply Custom Styles to the Active Date in Bootstrap Datepicker

I am currently using the bootstrap-datepicker with Bootstrap 5. I am attempting to modify the background color of the active date within the date picker. However, it seems that my custom styling is ...
John Flickinger's user avatar
0 votes
0 answers
138 views

Disable all days except any two date in a month bootstrap date picker

Dev, I have requirements such as "Need to disable all the dates except 1st & 16th date every month". My customer doesn't want to select the rest of the dates at any time. I have tried to ...
Kannan.P's user avatar
  • 1,273

15 30 50 per page
1
2 3 4 5
75