Closed afattahi54 closed 8 years ago
The jalai validation isValidJalaaliDate accepts years which are less than zero `jy >= -61 && jy <= 3177 is it correct?!
`jy >= -61 && jy <= 3177
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.
The jalai validation isValidJalaaliDate accepts years which are less than zero
`jy >= -61 && jy <= 3177
is it correct?!