All Projects → oleg-koval → excel-date-to-js

oleg-koval / excel-date-to-js

Licence: MIT License
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.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to excel-date-to-js

database-js
Common Database Interface for Node
Stars: ✭ 58 (+123.08%)
Mutual labels:  excel, javascript-library
fmtdate
MS Excel (TM) syntax for Go time/date
Stars: ✭ 95 (+265.38%)
Mutual labels:  date, excel
cerbero
Track your users interactions
Stars: ✭ 56 (+115.38%)
Mutual labels:  javascript-library, hacktoberfest2021
qrono
🕥 Just right date time library
Stars: ✭ 111 (+326.92%)
Mutual labels:  date, javascript-library
DSA
Write DSA Codes into it
Stars: ✭ 18 (-30.77%)
Mutual labels:  hacktoberfest2021
Chrome-Dino-Runner
🐱‍🐉 A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.
Stars: ✭ 22 (-15.38%)
Mutual labels:  hacktoberfest2021
Python
Repository for Python Source Codes and Projects.
Stars: ✭ 18 (-30.77%)
Mutual labels:  hacktoberfest2021
chic-ui
Lightweight CSS-in-JS styled UI Component Library for React
Stars: ✭ 39 (+50%)
Mutual labels:  hacktoberfest2021
roataway-web
Roataway web site
Stars: ✭ 15 (-42.31%)
Mutual labels:  hacktoberfest2021
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-15.38%)
Mutual labels:  hacktoberfest2021
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-53.85%)
Mutual labels:  hacktoberfest2021
datahub-helm
Repository of helm charts for deploying DataHub on a Kubernetes cluster
Stars: ✭ 44 (+69.23%)
Mutual labels:  hacktoberfest2021
basicprograms
This repo contains basics programs of all languages.
Stars: ✭ 17 (-34.62%)
Mutual labels:  hacktoberfest2021
Let-Us-Java
[Hacktoberfest 2021] Any amazing 🔥 💯 code you may think of in Java, Let's compile all of them here
Stars: ✭ 39 (+50%)
Mutual labels:  hacktoberfest2021
jquery.skeleton.loader
A jQuery plugin to make screen skeleton loader.
Stars: ✭ 65 (+150%)
Mutual labels:  javascript-library
validate
An extension to the popular library validate.js that adds some useful custom validations out of the box. Also, a hub for all custom validations, that we have created, so you can easily add them to your own project.
Stars: ✭ 31 (+19.23%)
Mutual labels:  javascript-library
ExcelReads
ExcelReads(简单Excel通用读写器)
Stars: ✭ 46 (+76.92%)
Mutual labels:  excel
Hacktoberfest-Flutter
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
Stars: ✭ 89 (+242.31%)
Mutual labels:  hacktoberfest2021
Context-Aware-Recommender
Hybrid Recommender System
Stars: ✭ 16 (-38.46%)
Mutual labels:  hacktoberfest2021
NavfertyExcelAddIn
Common tools for MS Excel
Stars: ✭ 34 (+30.77%)
Mutual labels:  excel

excel-date-to-js

CI Version Documentation Maintenance License: MIT

Description

Converts 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.

Install

npm install -s excel-date-to-js

Usage

const { getJsDateFromExcel } = require("excel-date-to-js");
getJsDateFromExcel("42510");
// 2016-05-20T00:00:00.000Z

Inspired by...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].