Skip to content

heocoi/jdn-to-date

Repository files navigation

jdn-to-date

Converting Julian Day Number (JDN) to Date.

Install

npm install jdn-to-date

Usage

import jdnToDate from "jdn-to-date";

jdnToDate(2460370);
//=> new Date('2024-02-29')
// UTC

API

jdnToDate(jdn)

jdn

Type: number

Julian Day Number of the day.

About

A npm package for converting Julian Day Number (JDN) to Date object.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published