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

Open
opened 2020-09-24 20:21:05 +00:00 by snoopyjc · 0 comments
snoopyjc commented 2020-09-24 20:21:05 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2574
No description provided.