DateTime String

  • Thread starter Thread starter Beebs
  • Start date Start date
B

Beebs

I've searched the archives and help but am obviously missing what I'm
looking for. What I need is the current date displayed in a string in
the following format:

Monday, May 2, 2005

But so far this is as far as I've got:

DateTime.Now.ToString("MM/dd/yyyy")

How can I use this call and format it to the above string that I'm
looking for?

Thanks
 
Back
Top