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
 
DateTime.Now.ToLongDateString gives you this format in the CF is that not
OK?
 

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

Similar Threads

DateTime format question 2
C# SQLCommand 3
String to DateTime 1
Convert DateTime to XML date type 3
DateTime Format issue 1
DateTIme help 2
DateTime and localization 2
inserting date created with new record 2

Back
Top