Skip to content

πŸ—“ πŸ” Easy way to convert date julia to jsdate

Notifications You must be signed in to change notification settings

luizfer/julian-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸ—“ πŸ” Easy way to convert date julia to jsdate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published