Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
P_Kale
Creator II
Creator II

How to convert date into DD/MM/YYYY

Hi,

I have date in below given format can you pl help to convert into DD/MM/YYYY.

I have tried through Date and Subfield function but it is not working.

Thanks in advance

@swuehl 

Labels (1)
1 Solution

Accepted Solutions
P_Kale
Creator II
Creator II
Author

hI,

i have tried it different way and it is working.

date(Left(PTRNEFF,10),'DD/MM/YYYY') as PTRNEFF_1

Thanks 

View solution in original post

3 Replies
vincent_ardiet_
Specialist
Specialist

Try:
=Date(Date#(Left([DateFieldToBeConverted],10),'YYYY-MM-DD'),'DD/MMM/YY')

P_Kale
Creator II
Creator II
Author

Hi,

Thanks but i have not got any output. It is blank.

P_Kale
Creator II
Creator II
Author

hI,

i have tried it different way and it is working.

date(Left(PTRNEFF,10),'DD/MM/YYYY') as PTRNEFF_1

Thanks