Marc Grabow

Results 2 comments of Marc Grabow

Managed to get in a dirty hack to change the display dateInput dateformat after init of the component. ``` setTimeout(() => { const d = JSON.parse(JSON.stringify(this.picker._datepickerInput._dateFormats)); d.display.dateInput = momentFormat; this.picker._datepickerInput._dateFormats...

@Gil-Epshtain sorry for the late response, didn't see your question. Probably not required anymore, but I just stored a reference to the picker just as a ViewChild, like this: html:...