Date should be <DayOfWeek>,<Long Date>

  • Thread starter Thread starter ant1983
  • Start date Start 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
 
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
 

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