January 22, 2014 at 3:26 am
Hi,
When I use expression ="Report Generation Date: " & Today()
I get date as 1/22/1013. How can I change it to 22/1/2013?
Thanks for the help.
January 22, 2014 at 3:29 am
Bad Post - deleted
-------------------------------Posting Data Etiquette - Jeff Moden [/url]Smart way to ask a question
There are naive questions, tedious questions, ill-phrased questions, questions put after inadequate self-criticism. But every question is a cry to understand (the world). There is no such thing as a dumb question. ― Carl Sagan
I would never join a club that would allow me as a member - Groucho Marx
January 22, 2014 at 6:39 am
Change the report language to en-GB
or
Change the expression to
String.Format("Report Generation Date: {0:dd/MM/yyyy}",Today)
Far away is close at hand in the images of elsewhere.
Anon.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply