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>
 
Back
Top