Easy way to convert date julia to jsdate
npm install julian-to-date --save
import { DateToJulian } from 'julian-to-date';
DateToJulian('2019-07-05');
OR
import { JulianToDate } from 'julian-to-date';
JulianToDate('116302');
- 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