julian-to-date
v0.0.2
Published
> Easy way to convert date julia to jsdate
Downloads
3,396
Readme
Julian Date
Easy way to convert date julia to jsdate
Installation
npm install julian-to-date --save
Usage example
import { DateToJulian } from 'julian-to-date';
DateToJulian('2019-07-05');
OR
import { JulianToDate } from 'julian-to-date';
JulianToDate('116302');
Contributing
- Fork it (https://github.com/luizfer/julian-date/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