SyntaxFix
Write A Post
Hire A Developer
Questions
Calendar API
From that you can see that calendar.month_name[3] would return March, and the array index of 0 is the empty string, so there's no need to worry about zero-indexing either.
calendar.month_name[3]
March
0