mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6189] Corrected date format (#9016)
* ACS-6189 Corrected date format * [ci:force]ACS-6189 Trigger build
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user