Generating Date format in Report

  • Thread starter Thread starter Zaq
  • Start date Start date
Z

Zaq

Hi,

I would like to add a date the report was generated in this format.

4 September, 2003 ie (day) (Full month name) (full year)

I am currently using date() function with long date formatting but
this adds the day of the week (ie monday) to the front which I don't
want.

Any help you could offer would be greatly appreciated

cheers
 
Zaq said:
Hi,

I would like to add a date the report was generated in this format.

4 September, 2003 ie (day) (Full month name) (full year)

I am currently using date() function with long date formatting but
this adds the day of the week (ie monday) to the front which I don't
want.

Any help you could offer would be greatly appreciated

You are not limited to the named format properties. Just apply a format to the
control of...

d mmmm, yyyy
 
Back
Top