Display weekday in date in report?

W

Winefride

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

fredg

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
 
M

Marshall Barton

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
 
Top