mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4242] Make Date format uniform across components (#4496)
This commit is contained in:
committed by
Eugenio Romano
parent
046d3f2e33
commit
c9dbcdfc8c
@@ -121,6 +121,7 @@ export class TaskHeaderCloudComponent implements OnInit {
|
||||
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.DUE_DATE',
|
||||
value: this.taskDetails.dueDate,
|
||||
key: 'dueDate',
|
||||
format: 'DD-MM-YYYY',
|
||||
default: this.translationService.instant('ADF_CLOUD_TASK_HEADER.PROPERTIES.DUE_DATE_DEFAULT'),
|
||||
editable: this.isReadOnlyMode()
|
||||
}
|
||||
@@ -137,6 +138,7 @@ export class TaskHeaderCloudComponent implements OnInit {
|
||||
{
|
||||
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.CREATED',
|
||||
value: this.taskDetails.createdDate,
|
||||
format: 'DD-MM-YYYY',
|
||||
key: 'created'
|
||||
}
|
||||
),
|
||||
@@ -159,6 +161,7 @@ export class TaskHeaderCloudComponent implements OnInit {
|
||||
{
|
||||
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.END_DATE',
|
||||
value: '',
|
||||
format: 'DD-MM-YYYY',
|
||||
key: 'endDate'
|
||||
}
|
||||
),
|
||||
|
Reference in New Issue
Block a user