The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
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