I have a list of entities and one column is a ‘date’ field. I’d like to format that date field for this entity listing only. One way I could do that is to use afterFind and modify the value directly. Another way would be to add a new uneditable field and have it store the correctly formatted date beforeSave.
However I’m hoping that there’s a nicer solution that doesn’t involve creating fields.
Which changes the date display on some fields in the Admin List section (but notably, not the updated_at field) but doesn’t seem to affect how those are displayed in the item edit screen… still looking for that.