Can't convert the date in APPs

Hi,

I was trying to use the data service, to have a date shown that is different to what is in the data service.

For example, the date is currently displaying as : 2021-12-03T11:05:00Z

There is no way to convert it to be like : 03/12/2021.

In a process you would use something like DateTime.Parse.ToString(variable).(“d-MM-yyyy”).

I don’t think you should have to use a process to convert date.

Regards,
Aiden

Hey @aidencro! We’re working on an app function for date formatting :slight_smile: hang tight!
In the meantime, you might consider adding a text field to your entity to store a pre-formatted date.

Hi,

Is there any update on this feature?

Thanks