0.2.0 • Published 2 months ago

date-to-jdn v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

date-to-jdn

Converting Gregorian calendar date to Julian Day Number (JDN).

Install

npm install date-to-jdn

Usage

import dateToJdn from "date-to-jdn";

dateToJdn(new Date('2024-02-09'));
//=> 2460370
// = 2024-02-29 12:00:00 UTC

API

dateToJdn(date)

date

Type: object

A Date object.

0.2.0

2 months ago

0.1.0

2 months ago