Simple method for give the name of month
System.Globalization.DateTimeFormatInfo mfi =
new System.Globalization.DateTimeFormatInfo();
string strMonthName = mfi.GetMonthName(8).ToString();
All technologies, only pure source code
Simple method for give the name of month
System.Globalization.DateTimeFormatInfo mfi =
new System.Globalization.DateTimeFormatInfo();
string strMonthName = mfi.GetMonthName(8).ToString();
My greatest passion is technology. I am interested in multiple fields and I have a lot of experience in software design and development. I started professional development when I was 6 years. Today I am a strong full-stack .NET developer (C#, Xamarin, Azure)
You must log in to post a comment.