Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
hI,
i have tried it different way and it is working.
date(Left(PTRNEFF,10),'DD/MM/YYYY') as PTRNEFF_1
Thanks
Try:
=Date(Date#(Left([DateFieldToBeConverted],10),'YYYY-MM-DD'),'DD/MMM/YY')
Hi,
Thanks but i have not got any output. It is blank.
hI,
i have tried it different way and it is working.
date(Left(PTRNEFF,10),'DD/MM/YYYY') as PTRNEFF_1
Thanks