sheetjs icon indicating copy to clipboard operation
sheetjs copied to clipboard

Hijri day of week - possible issue in year 1900 with B2 format

Open snoopyjc opened this issue 5 years ago • 0 comments
trafficstars

The fix_hirji(date, o) function is being passed a Date object for date, but then the code is checking if(date < 60).... This can't be right as you're comparing a Date object to an int. This is only invoked for b2 formats.

snoopyjc avatar Sep 24 '20 20:09 snoopyjc