We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting the min date year to 1991, the 1990 decade is missing from the century view.
min date - new Date(1991, 1, 1);
Set the min property of the DropDownList to new Date(1991, 1, 1) and navigate to century view.
https://stackblitz.com/edit/angular-lxwfcbqu
1990 decade is not displayed.
1990 decade should be rendered the same as showing the decade 2000 when the min date year is 2001.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Setting the min date year to 1991, the 1990 decade is missing from the century view.
min date - new Date(1991, 1, 1);
Steps To Reproduce
Set the min property of the DropDownList to new Date(1991, 1, 1) and navigate to century view.
https://stackblitz.com/edit/angular-lxwfcbqu
Actual Behavior
1990 decade is not displayed.
Expected Behavior
1990 decade should be rendered the same as showing the decade 2000 when the min date year is 2001.
The text was updated successfully, but these errors were encountered: