Capital Day in Date

D

DS

I need to get this
MONDAY 7/23/2007
And I'm getting this
Monday 7/23/2007

I currently have....
Me.LblInfo.Caption = Format(Date, "DDDD" & " " & "mm/dd/yyyy")

I tried this
Me.LblInfo.Caption = Format(Date, "Format(DDDD,>)" & " " & "mm/dd/yyyy")

This is on a label.
Any help appreciated.
Thanks
DS
 
Top