Formatting a date in the report title header

  • I want to be able to include the execution date and time in the report title header, so that it is formatted like

    14th March 2014, 15:30

    I have attempted to use the following formula (or something similar) but cannot get it to work

    =Format(Globals!ExecutionTime,"dd-mm-yyyy hh:mm" & " ")

    Please can anyone help?

  • One option:

    =Format(Globals!ExecutionTime,"dd") & "th " & Format(Globals!ExecutionTime,"MMMM yyyy") & ", " & Format(Globals!ExecutionTime,"hh:mm")

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply