How do I format a timestamp in the control-panel list? #4719
Answered
by
jackmcdade
chucktrukk
asked this question in
Q&A
-
I have a field called linked_at
How can I show this in the control-panel list as "Y-m-d" |
Beta Was this translation helpful? Give feedback.
Answered by
jackmcdade
Nov 12, 2021
Replies: 1 comment
-
You're using an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
duncanmcclean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're using an
integer
field which can only show integers (whole numbers), so that isn't possible. If you want an actual date/time thing to show, you can use thedate
fieldtype and you can control the formatting in the options.