You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using ngx-bootstrap@5.5.0 calendar : bs-daterangepicker-inline component in Angular 8.3.29
I need to select a date range. By default, from Monday to this day (for example):
I’d like to display on the right side of the calendar the current month and on the left side the previous month.
I found the solution with “showPreviousMonth: true” property
but it doesn’t work with the default range already shown.
Hello,
I’m using ngx-bootstrap@5.5.0 calendar : bs-daterangepicker-inline component in Angular 8.3.29
I need to select a date range. By default, from Monday to this day (for example):
I’d like to display on the right side of the calendar the current month and on the left side the previous month.
I found the solution with “showPreviousMonth: true” property
but it doesn’t work with the default range already shown.
Here is the code:
test-calendar.component.html
test-calendar.component.ts
Thanks for your help.
Note: I asked the same question on StackOverflow but I got any answer.
The text was updated successfully, but these errors were encountered: