From 7581403b12b5a40292aaa579f9622b40ddaae773 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Fri, 10 May 2019 09:39:55 +0200 Subject: [PATCH] TASK: datetime format --- entity/Task_entity/Task_entity.aod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entity/Task_entity/Task_entity.aod b/entity/Task_entity/Task_entity.aod index 1d8e6ddc9d..cbf214c4e9 100644 --- a/entity/Task_entity/Task_entity.aod +++ b/entity/Task_entity/Task_entity.aod @@ -68,6 +68,7 @@ <title>Begin</title> <contentType>DATE</contentType> <resolution>MINUTE</resolution> + <outputFormat>dd.MM.yyyy HH:mm</outputFormat> <groupable v="true" /> <valueProcess>%aditoprj%/entity/Task_entity/entityfields/start_date/valueProcess.js</valueProcess> <onValidation>%aditoprj%/entity/Task_entity/entityfields/start_date/onValidation.js</onValidation> @@ -77,6 +78,7 @@ <title>Maturity</title> <contentType>DATE</contentType> <resolution>MINUTE</resolution> + <outputFormat>dd.MM.yyyy HH:mm</outputFormat> <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maturity_date/valueProcess.js</valueProcess> <onValidation>%aditoprj%/entity/Task_entity/entityfields/maturity_date/onValidation.js</onValidation> </entityField> -- GitLab