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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Vba to change displayed year automatically. 14
Format Date in Report 1
Date Format 1
Format Date 1
Date format change 4
Excel Colour code dates 1
Schedulig question 1
Converting european date format to US format. 2

Back
Top