Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a listbox showing Date Field in a timestamp format(3/24/2011 12:00:00 AM).I want to display it in MM/DD/YY format.
=Date(timestamp#(ALIGNMENT_DT,'DD/MM/YYYY hh:mm:ss'),'DD/MM/YY')
But my expression is not working correctly.
Plz suggest.
Thanks.
Thanks guys.Changed the Format pattern in Number to MM/YY/YY.
I think your format codes are not correct, please check the HELP.
Given your information, I would try
=Date(floor(timestamp#(ALIGNMENT_DT,'MM/DD/YYYY hh:mm:ss TT')),'MM/DD/YY')
Hi,
I have tried that too.it didn't work out.
Thanks for quick reply.
Hi
have you tried ?
=date(timestamp,'DD/MM/YYYY')
Regards,
Michael
Seems to work for me.
Hi Have you try this
=Date(num(Date#(ALIGNMENT_DT,'DD/MM/YYYY')),'MM/DD/YYYY')
Thanks guys.Changed the Format pattern in Number to MM/YY/YY.
fixed your problem??
Yes Nirmal.Fixed it.
Then paste your answer and close this thread