Skip to content

Instantly share code, notes, and snippets.

@arn-ob
Forked from enriqueornelasjr/Months.json
Created January 30, 2020 06:09
Show Gist options
  • Save arn-ob/c13a2762bc6c81bb44b2cf2980e8758a to your computer and use it in GitHub Desktop.
Save arn-ob/c13a2762bc6c81bb44b2cf2980e8758a to your computer and use it in GitHub Desktop.
Month Names (With Abbreviations) in JSON
[
{
"abbreviation": "Jan",
"name": "January",
"id": "01"
},
{
"abbreviation": "Feb",
"name": "February",
"id": "02"
},
{
"abbreviation": "Mar",
"name": "March",
"id": "03"
},
{
"abbreviation": "Apr",
"name": "April",
"id": "04"
},
{
"abbreviation": "May",
"name": "May",
"id": "05"
},
{
"abbreviation": "Jun",
"name": "June",
"id": "06"
},
{
"abbreviation": "Jul",
"name": "July",
"id": "07"
},
{
"abbreviation": "Aug",
"name": "August",
"id": "08"
},
{
"abbreviation": "Sep",
"name": "September",
"id": "09"
},
{
"abbreviation": "Oct",
"name": "October",
"id": "10"
},
{
"abbreviation": "Nov",
"name": "November",
"id": "11"
},
{
"abbreviation": "Dec",
"name": "December",
"id": "12"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment