Pages

Subscribe:

Ads 468x60px

Saturday, May 28, 2011

How to Convert Date Time Format in asp.net using C#


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

No comments:

Post a Comment