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 )

Remarks

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

Related Topics

FormatYmdStr, CalcJD, JDtoDateTime