ParseJD
The ParseJD function splits a Julian Date into year, month, day, hour, minute, and seconds.
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.
To calculate the Julian Date from date and time components, use CalcJD.
FormatYmdStr, CalcJD, JDtoDateTime
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.