anoniscoding / yorlang

A programming language with yoruba language construct
https://anoniscoding.github.io/yorlang/
MIT License
449 stars 70 forks source link

fix: make sure month is 1-based rather than 0-based #54

Closed mykeels closed 5 years ago

mykeels commented 5 years ago

This PR makes sure the aago helper function accepts and returns 1-based month values. E.g. 1 => January, instead of 0 => January like JavaScript does.

This helps save a lot of confusion.