https://github.com/octref/arvelie
https://github.com/octref/arvelie
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/octref/arvelie
- Owner: octref
- Created: 2020-10-23T02:34:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T16:44:53.000Z (over 4 years ago)
- Last Synced: 2025-05-12T05:19:22.749Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# arvelie
https://wiki.xxiivv.com/site/arvelie.html
https://wiki.xxiivv.com/site/time.html
## cli
npm i -g arvelie
> arvelie 01A10
2001-01-10
> arvelie 1901A10
1901-01-10
> arvelie 2001-01-10
01A10
> arvelie 1901-01-10
1901A10
## lib
npm i arvelie
const { fromArvelie, toArvelie } = require('arvelie')
fromArvelie('01A10') // '2001-01-10'
toArvelie('2001-01-10') // '01A10'