juldate

1.0.0 • Public • Published

juldate

javascript functions for converting date to julian day and vice versa. ES6 re-implementation from Mivion's Moshier Ephemeris

Note: only works with dates older than 1582!

Installation

npm install juldate

Usage

const juldate = require('juldate')

let d = new Date(), 
  j = juldate.date2julian(d);

console.log(d);
console.log(j);
console.log(juldate.julian2date(j));

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i juldate

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

5.81 kB

Total Files

4

Last publish

Collaborators

  • igor-a1