System.Globalization.DateTimeFormatInfo strDateTimeFormatInfoObj = new System.Globalization.DateTimeFormatInfo(); string strMonthName = strDateTimeFormatInfoObj.GetMonthName(9).ToString();
No comments:
Post a Comment