1.0.6 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago