Format Of Date Function in Asp.net Posted by By Abdul Khursheed January 30, 2013Posted inASP.NET, C#.NetTags: Format DateNo Comments0 Shares Steps for Date Function in Asp.net //Call this Function Where you need // Pass your date to FormatDate function public string FormatDate(DateTime dt) { int date = dt.Day, month =…