I\'ve been going round in circles on this one... I\'ve got a spreadsheet which holds two dates, and I need to find the number of elapsed years between the two (ie. someone\'
You can try like this:
return new Date(1900, 0, --excelDate)