How can I convert a DateTime
to a String
?
For instance, I want to convert a DateTime
representing:
11/30/2012
to
November Thirtieth Two Thousand Twelve
How can I convert a DateTime
to a String
?
For instance, I want to convert a DateTime
representing:
11/30/2012
to
November Thirtieth Two Thousand Twelve
Your google-fu is weak my friend, but you will learn: http://www.c-sharpcorner.com/UploadFile/b942f9/converting-dates-to-words-in-C-Sharp/ :)