SyntaxFix
Write A Post
Hire A Developer
Questions
You can use Culture to get month name for your country like:
System.Globalization.CultureInfo culture = new System.Globalization.CultureInfo("ar-EG"); string FormatDate = DateTime.Now.ToString("dddd., MMM dd yyyy, hh:MM tt", culture);