LIST / ADD type Wrong date

the date format shows the presence of day + rd / th / st … is it possible to have the date in xx / xx / xxxx or xx Mag 2021 format without rd / th / st …?

@Maxr167 if this is a quasar project, you will have to do that manually. Else if it is a classic project you can set the fields FormatRecordField to –format_date(’{put you date format here}’)–.