How can I globally override the dateformat used by intl and devextreme? Currently, it has correctly loaded the locale de-DE and formats the date like so: d.m.yyyy. However, I'd like to display it dd.mm.yyyy (2-digit for day and month).
Can the default Intl.DateTimeFormat be somehow overwritten? I'm using angular with angular-cli@6.0.0
Regargs
Gabriel