Is there a formula where I can convert a date in a date field to a string of numbers?
For example, for today (2020-11-20) I would like it to return “201120”
Please use this formula:
DATETIME_FORMAT({Date Column}, 'YYMMDD')
Is there a formula where I can convert a date in a date field to a string of numbers?
For example, for today (2020-11-20) I would like it to return “201120”
Please use this formula:
DATETIME_FORMAT({Date Column}, 'YYMMDD')