0
How to style Date/Time
I am trying to style my auto created date/time stamp so it only shows the date and not the time. what is the proper code for the fomula?
text('Created on')
2 replies
-
Use the format function.
format('Created on', "MM/DD/YYYY")
https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language .. then find format(datetime, format) .. to see all the possible fields.
-
Thank you so much on that simple anserw
Content aside
- 5 yrs agoLast active
- 2Replies
- 2059Views