Files
xiao/assets/json/month.json
T
2021-02-09 17:25:39 -05:00

31 lines
292 B
JSON

{
"months": [
"january",
"february",
"march",
"april",
"may",
"june",
"july",
"august",
"september",
"october",
"november",
"december"
],
"shorthand": [
"jan",
"feb",
"mar",
"apr",
"may",
"jun",
"jul",
"aug",
"sep",
"oct",
"nov",
"dec"
]
}