Help

Can I format the date to DDMMYY using CREATED_TIME()

Solved
Jump to Solution
1257 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Momin_Bannani
5 - Automation Enthusiast
5 - Automation Enthusiast

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

1 Solution

Accepted Solutions
Eric_Petersen
7 - App Architect
7 - App Architect

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

DATETIME_FORMAT(CREATED_TIME(),'DDMMYY')

See Solution in Thread

2 Replies 2
Eric_Petersen
7 - App Architect
7 - App Architect

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

DATETIME_FORMAT(CREATED_TIME(),'DDMMYY')

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