Can we format system date fields?

Can we use moment.js formatting for system date fields (like createdat) the same way that we can for custom fields? Or is it locked into the default formatting?

It is currently locked but would make sense to make it configurable

1 Like

That would be great because right now to get this functionality we have to make one field for each of the created/updated/deleted dates and have a workflow populate them so that we can get the format we want.

@shmuel Update regarding this
You can create a new custom field, with a field expression new.<systemField>. And use that to format/configure the system field. Make sure to pick the correct corresponding type.

In the future, we’ll add proper UI to manage that similar to custom fields.