Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i change the date format in MM/DD/YYYY to DD.MM.YYYY
Regards,
Rahul
Hi, Rahul,
like this:
Date(Date#('06/17/2011','MM/DD/YYYY'),'DD.MM.YYYY') = 17.06.2011
Greetings from Munich
Thanks,
it worked.
Thanks from India