Simple method for give the name of month
System.Globalization.DateTimeFormatInfo mfi =Leave a comment
new System.Globalization.DateTimeFormatInfo();
string strMonthName = mfi.GetMonthName(8).ToString();
Simple method for give the name of month
System.Globalization.DateTimeFormatInfo mfi =Leave a comment
new System.Globalization.DateTimeFormatInfo();
string strMonthName = mfi.GetMonthName(8).ToString();