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?
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?
I know this was awhile ago - but I’m having this problem, did you manage to solve this?
Hi @Ellie_Redmayne1 and Welcome to the Community
!
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) .
Hope this helps