mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1169] validation date start task form (#2208)
* validation date start task form * move mock test in before each of the creation component
This commit is contained in:
committed by
Mario Romano
parent
7aecd13b6f
commit
6d30752386
@@ -21,10 +21,10 @@ import * as moment from 'moment';
|
||||
|
||||
export const MOMENT_DATE_FORMATS: MdDateFormats = {
|
||||
parse: {
|
||||
dateInput: 'MM-DD-YYYY'
|
||||
dateInput: 'DD/MM/YYYY'
|
||||
},
|
||||
display: {
|
||||
dateInput: 'MM-DD-YYYY',
|
||||
dateInput: 'DD/MM/YYYY',
|
||||
monthYearLabel: 'MMMM Y',
|
||||
dateA11yLabel: 'LL',
|
||||
monthYearA11yLabel: 'MMMM Y'
|
||||
|
Reference in New Issue
Block a user