JDtoDateTime
The JDtoDateTime function splits a Julian Date into year, month, day, hours, minutes, and seconds.
sDate, sTime = JDtoDateTime( nJD )
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.