Skip to content

Instantly share code, notes, and snippets.

View scottschreckengaust's full-sized avatar
☁️
AWSomeness

Scott Schreckengaust scottschreckengaust

☁️
AWSomeness
View GitHub Profile

Keybase proof

I hereby claim:

  • I am scottschreckengaust on github.
  • I am scottschrecken (https://keybase.io/scottschrecken) on keybase.
  • I have a public key ASDfxF4fbhLl-vj8q_u7pWXQEmDAiS3Ffb23xKcOwLDc1Qo

To claim this, I am signing this object:

// Convert Excel dates into JS date objects
//
// @param excelDate {Number}
// @return {Date}
function getJsDateFromExcel(excelDate) {
// JavaScript dates can be constructed by passing milliseconds
// since the Unix epoch (January 1, 1970) example: new Date(12312512312);