Convert Excel date in integer format into JS date. Dates are stored as numbers in Excel and count the number of days since January 0, 1900 (1900 standard, for mac it is 1904, which means January 0, 1904 is the start date). Times are handled internally as numbers between 0 and 1.
javascript date excel javascript-library hacktoberfest convert-dates epoch epoch-time 1900 1904 excel-data-engineering hacktoberfest2021
-
Updated
Jun 12, 2026 - JavaScript