material-date-picker
material-date-picker copied to clipboard
Date formatting
Hi, I've noticed one interesting bug - when You receive data from backend and populate the field with date, the format never changes. E.g., if I get date from backend in ISO format with offset, it will display the whole date, not the formatted date. Maybe You could add a date fitler to the input with dateformat - not sure though if that is going to work?
Hmm I will look into this, in the meanwhile to solve your bug, format the date before binding it ^^