julian-to-date

0.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i julian-to-date

    Weekly Downloads

    1,191

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    10.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • luizfer