Skip to main content

Can I format the date to DDMMYY using CREATED_TIME()

The default format is 2015-11-11T22:18:17, how can I change it to DDMMYY (no spacing between dates)

Thanks

You will create a new formula field with the following formula:

DATETIME_FORMAT(CREATED_TIME(),'DDMMYY')


You will create a new formula field with the following formula:

DATETIME_FORMAT(CREATED_TIME(),'DDMMYY')


Eric you rock :boom: :metal: it worked perfectly