jalaali / moment-jalaali

A Jalaali (Jalali, Persian, Khorshidi, Shamsi) calendar system plugin for moment.js.
MIT License
938 stars 162 forks source link

isValidJalaaliDate validates years less than zero #52

Closed afattahi54 closed 8 years ago

afattahi54 commented 8 years ago

The jalai validation isValidJalaaliDate accepts years which are less than zero `jy >= -61 && jy <= 3177 is it correct?!

behrang commented 8 years ago

As the original algorithm supports a very large time span, those years are also supported, although I don't think anyone would actually use them.