Skip to content

Instantly share code, notes, and snippets.

View scotthansonde's full-sized avatar

Scott Hanson scotthansonde

View GitHub Profile
@scotthansonde
scotthansonde / ExcelToJsDate.js
Last active May 30, 2017 20:28 — forked from christopherscott/ExcelToJsDate.js
Convert Excel date values to JavaScript date objects
// SMH Adjusted for Google Sheets (+2 instead of +1)
// Convert Excel dates into JS date objects
//
// @param excelDate {Number}
// @return {Date}
function getJsDateFromExcel(excelDate) {
// JavaScript dates can be constructed by passing milliseconds