gregorian_to_jd {VedicDateTime}R Documentation

gregorian_to_jd

Description

Convert Gregorian date to Julian day number at 00:00 UTC

Usage

gregorian_to_jd(day, month, year)

Arguments

day

Day number

month

Month number

year

Year number

Value

Julian day number

Examples

gregorian_to_jd(18,7,2022)

[Package VedicDateTime version 0.1.9 Index]