The easiest way is to change the locale: Add the following to the providers section of your module: { provide: MAT_DATE_LOCALE, useValue: 'en-GB' } First, ...
確定! 回上一頁