In this tutorial you will learn how to convert Date Time Format in asp.net using C# programing language in an easy way. just copy and past the code below and find the solution of your problem.
Today Date Time Formate:
DateTime.Today.ToString("MM/dd/yyyy")
Result will be: 05/29/2011
DateTime.Today.ToString("MM/dd/yyyy")
Result will be: 05/29/2011
No comments:
Post a Comment