Skip to content

Instantly share code, notes, and snippets.

@enriqueornelasjr
Created February 27, 2017 06:14
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save enriqueornelasjr/57cc380aa96a3e041e4886202c30e40c to your computer and use it in GitHub Desktop.
Save enriqueornelasjr/57cc380aa96a3e041e4886202c30e40c to your computer and use it in GitHub Desktop.
Month Names (With Abbreviations) in JSON
[
{
"abbreviation": "Jan",
"name": "January"
},
{
"abbreviation": "Feb",
"name": "February"
},
{
"abbreviation": "Mar",
"name": "March"
},
{
"abbreviation": "Apr",
"name": "April"
},
{
"abbreviation": "May",
"name": "May"
},
{
"abbreviation": "Jun",
"name": "June"
},
{
"abbreviation": "Jul",
"name": "July"
},
{
"abbreviation": "Aug",
"name": "August"
},
{
"abbreviation": "Sep",
"name": "September"
},
{
"abbreviation": "Oct",
"name": "October"
},
{
"abbreviation": "Nov",
"name": "November"
},
{
"abbreviation": "Dec",
"name": "December"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment