Display weekday in date in report?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get a weekday name to display in a report e.g. "Wednesday, March 9,
2005"
 
How do I get a weekday name to display in a report e.g. "Wednesday, March 9,
2005"

Set the format property of the control to
dddd, mmmm d, yyyy

or ...
Long Date
 
Winefride said:
How do I get a weekday name to display in a report e.g. "Wednesday, March 9,
2005"


If you have a date value, you can use the Format Property of
the text box:
dddd, mmmm d, 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

Back
Top