Skip to content

Instantly share code, notes, and snippets.

@bradleykronson
Last active July 17, 2017 06:22
Show Gist options
  • Save bradleykronson/208895b7b63449afca7d to your computer and use it in GitHub Desktop.
Save bradleykronson/208895b7b63449afca7d to your computer and use it in GitHub Desktop.
Get month name from month value
string monthName = new DateTime(2010, monthValue, 1) .ToString("MMM", CultureInfo.InvariantCulture);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment