Apr 15, 2020 01:04 PM
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
Solved! Go to Solution.
Apr 15, 2020 01:20 PM
You will create a new formula field with the following formula:
DATETIME_FORMAT(CREATED_TIME(),'DDMMYY')
Apr 15, 2020 01:20 PM
You will create a new formula field with the following formula:
DATETIME_FORMAT(CREATED_TIME(),'DDMMYY')
Apr 15, 2020 01:26 PM
Eric you rock :boom: :metal: it worked perfectly