Date format missing on description column

Date/time format settings doesn’t seem to stick when making a date/time column description column in detail view.

Is there a way of fixing this or is this a bug/missing feature?

2 Likes

I know this was awhile ago - but I’m having this problem, did you manage to solve this?

Hi @Ellie_Redmayne1 :blush: and Welcome to the Community :grin: :tada: !

One potential work around would be to add a text field to your table you wish to display as Details and grab the date as text with a formula looking like thisRow.Date.ToText().
Then you can use that new text field in the Description Column in Detail Display and simply hide the text field (so you won’t have the date displayed twice) :blush: .

Hope this helps :blush:

2 Likes