Change Date Format

  • 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.

  • 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

  • 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