You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create file src/mappers/dateMapper.ts with function matches to type ValueMapper<Date>. Which parse value string into Date.
reexport it in src/mappers/index.ts
Prove that it works in unit test (some present dates, some future, some past & some invalid)
Describe it in Readme.md
tips:
ExcelJS used inside xlsx-import return Date strings created by new Date().toString()
fi. Thu Oct 08 2020 02:00:00 GMT+0200 (Central European Summer Time)
For making a reservation please open draft PR with this issue linked
The text was updated successfully, but these errors were encountered:
Part of #21
TODO:
src/mappers/dateMapper.ts
with function matches to typeValueMapper<Date>
. Which parse value string into Date.src/mappers/index.ts
tips:
new Date().toString()
fi.
Thu Oct 08 2020 02:00:00 GMT+0200 (Central European Summer Time)
For making a reservation please open draft PR with this issue linked
The text was updated successfully, but these errors were encountered: