@binarykits/ngx-mat-datepicker-simple-formatting
v12.1.9
Published
Freely set date format string when using angular material datepicker
Readme
ngx-mat-datepicker-simple-formatting
Installing
npm install @binarykits/ngx-mat-datepicker-simple-formattingUsage
Use this library together with Angular Material's datepicker, when you do want to:
- Avoid using the big
moment.jsandMomentDateAdapter - Use
day.jsbut avoid copying the code from a customized adapter - Freely set date format per field, instead of a root format injection
- User one
inputfor datepicker, and another one for masked formcontrol input (with@binarykits/ngx-mask-date)
Demo site
Demo.
