Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how convert date from yyyy/mm/ddd to dd/mm/yyyy in asp.net with c#

(eg)
I have a date like 20101231 in this format(i got it from machine) i want to convert it like this
31/janaurary/2010

Help :~
Posted

Have a look at the DateTime.ParseExact Method[^] specifically the one with the comment of "Parse date and time with custom specifier" above it.
 
Share this answer
 
Have a look to the Link
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900