-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component: Calendar #16686
Comments
…nent" This reverts commit 3192fbe.
Is this issue fixed? |
More information is needed to find a solution. A runnable StackBlitz example and additional details would be helpful. |
After I searched source code for 17.18.12, it seems a commit has passed that reverted my solution. This commit was created after I have pushed solution for this issue, on another issue branch (https://github.com/primefaces/primeng/pull/16690/commits) Should I push this again? |
Please keep in mind to also implement this fix in higher versions, e.g. 18 |
Describe the bug
The date attribute ‘data-date’ contains an incorrect value for the month; it should be 11 instead of 10. The error is due to the month values being counted from 0 instead of 1.
Environment
Angular 17, Google Chrome v130.0.6723.92
Reproducer
No response
Angular version
17.3.11
PrimeNG version
17.17.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.15.0
Browser(s)
Google Chrome v130.0.6723.92
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: