JDtoDateTime CalcAirmass

ParseJD


The ParseJD function splits a Julian Date into year, month, day, hour, minute, and seconds.

Syntax

nYear, nMonth, nDay, nHr, nMin, nSec = ParseJD( nJD )

    nJD is a Julian Date (e.g., 2454213.594103).

    nYear, nMonth, nDay, nHr, nMin, nSec are the components of the Julian Date.

Remarks

To calculate the Julian Date from date and time components, use CalcJD.

Related Topics

FormatYmdStr, CalcJD, JDtoDateTime