0.0.1 • Published 5 years ago

juliadate v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Julian Date

Easy way to convert date julia to jsdate

Downloads Stats

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

  1. Fork it (https://github.com/luizfer/point-in-geometry/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request