-
Notifications
You must be signed in to change notification settings - Fork 1.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
Date disabled attribute in ng2-bootstrap date Picker is not working #799
Labels
Comments
Facing same issue, anyone know about it please share your answer, thanku |
it's marked as "todo" in the source code, doesn't seem to be implemented fully |
sdolier
added a commit
to sdolier/ng2-bootstrap
that referenced
this issue
Oct 15, 2016
…erty (valor-software#799) * Implemented dateDisabled property on date picker in day, month and year mode. * Added Disable Tomorrow example to demo app
+1 |
+1 When could we expect a release of this feature? |
Hi Thanks |
available in old datepicker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Date disable attribute is not working.
Added below code in .ts file.
this.testDateDisabled = [
{date: (new Date("October 13, 2016 11:13:00")), mode: 'day'}
];
October 13 is not disable in the datepicker.
The text was updated successfully, but these errors were encountered: