I have a list of dates in the format of 44303.02359
and google sheets is able to determine that it's 4/17/2021 but javascript new Date()
is unable to, it thinks it's in 1969. My google search for "Two number date separated with a period" isn't proving helpful.
What format is this? How can I parse it with javascript?