Date should be <DayOfWeek>,<Long Date>

A

ant1983

Hi,

I have a textbox in a form. It's a date and currently shows e.g. 25 April
2008 but i want it to display Friday, 25 April 2008. :)

Thanks

Wayne
 
F

fredg

Hi,

I have a textbox in a form. It's a date and currently shows e.g. 25 April
2008 but i want it to display Friday, 25 April 2008. :)

Thanks

Wayne


Set the Format property of the control that displays the date to:
dddd, d mmmm yyyy
 
Top