Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created August 22, 2020 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tofusoup429/b3b7d4abddf970104c37ac388e8835ab to your computer and use it in GitHub Desktop.
Save tofusoup429/b3b7d4abddf970104c37ac388e8835ab to your computer and use it in GitHub Desktop.
const {excelDateToJSDate} = require('@tofusoup429/excel-date-handlers');
let excelDateToJsDate = excelDateToJSDate(42088);
console.log(excelDateToJsDate);
//2015-03-25T00:00:00.000Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment