0
date format DD/MM/YYYY
Hello,
I'd like to modify a BIRTHDATE FIELD. From calendar format (1st march 2017) to DD/MM/YYYY format (01/03/2017).
Thanks.
Jeff
1 reply
-
Hi there -
Here is how you can reformat data fields:
https://ninox.com/en/manual/calculations/reference-of-functions-and-language
Scroll down to Date Functions (a long way down).
In your case, you can create a new formula field and put this in the formula:
format('BIRTHDATE FIELD', "DD/MM/YYYY")
Content aside
- 3 yrs agoLast active
- 1Replies
- 1192Views