diff --git a/entity/Task_entity/Task_entity.aod b/entity/Task_entity/Task_entity.aod index ebb4854f8067c628aaf34cae4190e46cdefdac86..47be6d59cddf5cf5381273454ace262632a1ae51 100644 --- a/entity/Task_entity/Task_entity.aod +++ b/entity/Task_entity/Task_entity.aod @@ -62,8 +62,7 @@ <name>START_DATE</name> <title>start date</title> <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> + <resolution>MINUTE</resolution> <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> @@ -72,8 +71,7 @@ <name>MATURITY_DATE</name> <title>maturity date</title> <contentType>DATE</contentType> - <resolution>DAY</resolution> - <outputFormat>dd.MM.yyyy</outputFormat> + <resolution>MINUTE</resolution> <valueProcess>%aditoprj%/entity/Task_entity/entityfields/maturity_date/valueProcess.js</valueProcess> <onValidation>%aditoprj%/entity/Task_entity/entityfields/maturity_date/onValidation.js</onValidation> </entityField>