[ACS-6189] Corrected date format (#9016)

* ACS-6189 Corrected date format

* [ci:force]ACS-6189 Trigger build
This commit is contained in:
AleksanderSklorz
2023-10-24 19:13:20 +02:00
committed by GitHub
parent f366cf7c0a
commit a73e72facb

View File

@@ -26,10 +26,10 @@ import { MatDateFormats } from '@angular/material/core';
*/
export const CLOUD_FORM_DATE_FORMATS: MatDateFormats = {
parse: {
dateInput: 'yyyy-MM-dd'
dateInput: 'dd-MM-yyyy'
},
display: {
dateInput: 'yyyy-MM-dd',
dateInput: 'dd-MM-yyyy',
monthLabel: 'LLL',
monthYearLabel: 'LLL uuuu',
dateA11yLabel: 'PP',