juliadate
v0.0.1
Published
> Easy way to convert date julia to jsdate
Downloads
3
Readme
Julian Date
Easy way to convert date julia to jsdate
Installation
npm install julian-date --save
Usage example
import { DateToJulian } from 'julian-date';
DateToJulian('2019-07-05');
OR
import { JulianToDate } from 'julian-date';
JulianToDate('116302');
Contributing
- Fork it (https://github.com/luizfer/point-in-geometry/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request