Last active
July 17, 2017 06:22
-
-
Save bradleykronson/208895b7b63449afca7d to your computer and use it in GitHub Desktop.
Get month name from month value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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