Date Format

0
Is there any good way for me to change all the date foramt in the system to this output?
asked
1 answers
0

Hello ErkangHui,

 

You can add a new attribute to the same entity example ( Name: DateDisplay , Type: String) , either you set the value for it using event handlers or inside the commit - change microflows or make it calculated if it doesn't affect the performance.

 

Next use this attribute to display the date everywhere you need, make sure to set its value using formatdatetime function, for old records you will need to set the new attribute value using a microflow.

 

Regards,

Sufian.

answered