CDF_EPOCH_TOJULDAYS =================== The CDF_EPOCH_TOJULDAYS function converts CDF epoch values in CDF_EPOCH, CDF_EPOCH16 or CDF_TIME_TT2000 data type to Julian days. This function is similar to the IDL JULDAY function. Examples CDF_VARGET, id, "Epoch", epoch, REC_COUNT=1000,/ZVARIABLE ret = CDF_EPOCH_TOJULDAYS (epoch) ret2 = CDF_EPOCH_TOJULDAYS (epoch, /string) Syntax Result = CDF_EPOCH_TOJULDAYS(EPOCH [, /STRING]) Arguments Epoch An epoch value returned from CDF_EPOCH /compute, CDF_EPOCH16, /compute, CDF_VARGET or CDF_VARGET1. Keywords STRING Set this keyword to return the dates as a string in ISO 8601 format. Version History CDF 3.4.0 Introduced See Also CDF_EPOCH, CDF_EPOCH16, CDF_TT2000 © 2015 Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation. All Rights Reserved. This information is not subject to the controls of the International Traffic in Arms Regulations (ITAR) or the Export Administration Regulations (EAR). However, this information may be restricted from transfer to various embargoed countries under U.S. laws and regulations.