Issue
How to Change language of Datepicker of Material Angular? I can't find in documentation for Angular material 2. Here is a plunkr https://plnkr.co/edit/unzlijtsHf3CPW4oL7bl?p=preview
<md-input-container>
<input mdInput [mdDatepicker]="picker" placeholder="Choose a date">
<button mdSuffix [mdDatepickerToggle]="picker"></button>
</md-input-container>
<md-datepicker #picker></md-datepicker>
Solution
Sorry this should be a comment but I don't have the minimum reputation required.
Here is a good blog post on DatePicker including using it with moment.js as @Gregor Doroschenko mentioned in the above comment.
https://blog.angular.io/taking-advantage-of-the-angular-material-datepicker-237e80fa14b3
Answered By - Sisky
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.