How to format date from e.g 10/2/2008 to 10-Feb-2008

  • Thread starter Thread starter rote
  • Start date Start date
Hello rote,

DateTime.Now.ToString("dd-MMMM-yyyy")

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


r> How to format date from e.g 10/2/2008 to 10-Feb-2008?
r>
r> Thanks
r>
 

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