Calender : Can't select specific month for Calender View #13900
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
While using Range Type Calender (v14 prime ng), And setting defautl range date, the default month of the calender on the frontend is the start date and there is no property to set the default date to be end date. If the range is for one year lets say March 2022 to March 2023 the display is March 2022 and no property to set the other. I am sure i am not confusing here .
Environment
Angular: 13.3.11
Node: 18.12.1
Package Manager: npm 8.19.2
OS: win32 x64
Reproducer
No response
Angular version
13.3.11
PrimeNG version
14
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
18.12.1
Browser(s)
All
Steps to reproduce the behavior
fromDate: any = [
this.yearPrior,
this.date
]
yearPrior = new Date(new Date().setDate(this.date.getDate() - 365));
date = new Date();
Expected behavior
No response
The text was updated successfully, but these errors were encountered: