Welcome to RP's venture...Here you can find some of the relative topics like ASP.Net, C#.Net,VB.Net, SQL Server, AJAX, Javascripts, Sharepoint, WPF, WCF, Silverlight, MVC, General knowledge, Jokes, Fun, Technical, Non-Technical etc.
0

Show month name c#

Posted by Rajendra Prasad Panchati on Wednesday, June 16, 2010
1) string MonthName = (new DateTime(2007, MonthNumber, 1)).ToString("MMMM");
2) System.Threading.Thread.Cu
rrentThread.CurrentCulture.DateTimeFormat.GetMonthName(MonthNumber);

|

0 Comments

About Me