sheetjs
sheetjs copied to clipboard
Hijri day of week - possible issue in year 1900 with B2 format
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.