Skip to main content

All Questions

0 votes
0 answers
19 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
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
52 views

Bootstrap datepicker defaults to today instead of input value date

I'm using Bootstrap 4 datepicker and the calendar popup defaults to todays date instead of the date set in input field. I also have multiple date fields in this form all using datepicker so want it ...
user23266206'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
2 votes
1 answer
113 views

I can't choose a date automatically for my cypress tests on a vue2 datepicker

I have to test with Cypress, a form created with vue2 and choose a specific date (1 fev 2024): I can't choose a date automatically for my cypress tests Regarding the date I have to put .click(); to ...
MyriamDev'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
0 answers
33 views

date and week name and month in datepicker

how to get this type of result using bootstrap datepicker image start with the current date, week name, and month name in each div. I will use this as a slider
wahab's user avatar
  • 1
0 votes
2 answers
766 views

Change bootstrap date picker views dynamically

I need to change the view of the date picker dynamically. Have few buttons(month, year, day). I am trying to achieve the below: On selecting particular button say month I want date picker to render ...
SGR's user avatar
  • 2,457
0 votes
1 answer
50 views

How to fix startDate of datepickerr is not working?

<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap 4 ...
Amol_G's user avatar
  • 367
1 vote
0 answers
25 views

How to Insert a collapse type div or button inside the tds inBootstrap-datepicker

I'm using a Bootstrap-date picker calendar and want to show some special events on some specific date. I'm able to highlight the dates which I want but on that date, I want to show a collapse button ...
keshri sunny's user avatar
0 votes
1 answer
2k views

How to show multiple date selection on bootstrap datepicker

I'm using bootstrap datepicker inline calendar. I need to show a selection when the user clicks on the day boxes on this calendar. Right now when the user clicks on the day it shows a selection but ...
atul245's user avatar
  • 61
0 votes
2 answers
573 views

Date picker window is not close

I have a date picker but When I clicked date picker input and if I didn't choise any date then when I go outside the input, date picker window is not close. Also this problem just is there in IE. My ...
caglarboran's user avatar
0 votes
1 answer
904 views

How to add one day to Bootstrap DatePicker when one date is pick in Angular

Good day Developer, I have two input boostrap datepicker for a user to select and I want if the first date field is selected, the next date field should start from a day plus the start date initially ...
ckeedee's user avatar
  • 127
0 votes
0 answers
510 views

how to set the first day of the week in ngBootstrap datepicker

Hello I'm trying to set the sunday as the first day of the week in the ngbootstrap, I'm using the bootstrap sample code same as: HTML <div class="col-6"> <ngb-datepicker #d1 [(...
WhiteAB's user avatar
  • 301
0 votes
1 answer
687 views

Cannot read property 'minDate' of undefined bootstrap datepicker

I am trying to set my bootstrap datepicker's value to the current date, however, I am struggling with this error from jquery-ui: "Uncaught TypeError: Cannot read properties of undefined (reading ...
BFilip's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
21