0.0.2 • Published 5 years ago

julian-to-date v0.0.2

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-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

  1. Fork it (https://github.com/luizfer/julian-date/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
0.0.2

5 years ago

0.0.1

5 years ago