Generate annual calendar
Method | Path | Query | Description |
---|---|---|---|
/ |
?=year |
Generate Annual |
{
"status": true,
"message": "berhasil",
"data": [
{
"month": "januari",
"dates": [
{
"date": "2024-01-01",
"weekend": false
},
...
...
]
}
]
}