DateToYmd ParseJD

JDtoDateTime


The JDtoDateTime function splits a Julian Date into year, month, day, hours, minutes, and seconds.

Syntax

sDate, sTime = JDtoDateTime( nJD )

Remarks

To split the Julian Date into the 6 date and time components, use ParseJD. To calculate the Julian Date from date and time strings, use CalcJD.

Related Topics

FormatYmdStr, CalcJD, ParseJD, DateToYmd