1.0.6 • Published 3 years ago

date-excel-to-js-and-reverse v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

license

date-excel-to-js-and-reverse

Description

transform date from excel to js and js to excel, easy 👌

Install

npm i date-excel-to-js-and-reverse

Usage

const { dateExcelToJs } = require('date-excel-to-js-and-reverse');
console.log(dateExcelToJs(44832));
 // 2022-09-28T00:00:00.000Z

to transform from javascript to excel supports number and string

const { dateJsToExcel } = require('date-excel-to-js-and-reverse');
console.log(dateJsToExcel('2022-09-22'))
 // 44826
console.log(dateJsToExcel(1663804800000))
 // 44826
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago