Skip to content

Instantly share code, notes, and snippets.

@kolbykruger
Created February 21, 2019 18:18
Show Gist options
  • Save kolbykruger/c3cddc098e0e79e4474bccb32541965b to your computer and use it in GitHub Desktop.
Save kolbykruger/c3cddc098e0e79e4474bccb32541965b to your computer and use it in GitHub Desktop.
{
"months": [
{
"0": {
"name": "January",
"abbr": "Jan",
"number": 1,
"days": 31
},
"1": {
"name": "Febuary",
"abbr": "Feb",
"number": 2,
"days": 28
}
}
],
"years": [
{
"2019": {
"offset": 1,
"leap": "no",
"days": 365
},
"2020": {
"offset": 1,
"leap": "yes",
"days": 365
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment