CDF_EPOCH_TOJULDAYS ------------------- The CDF_EPOCH_TOJULDAYS function converts CDF epoch value(s), in CDF_EPOCH, CDF_EPOCH16 or CDF_TIME_TT2000 data type, to Julian day(s). Each returned Julian day is in double, similar to what IDL's JULDAY returns. Optionally, the returned days can be in string of ISO 8601 format. Syntax Result = CDF_EPOCH_TOJULDAYS (epoch[, /STRING]) Arguments epoch An epoch value(s) returned from CDF_EPOCH,/compute, CDF_EPOCH16,/compute, CDF_TT2000,/compute, CDF_VARGET, or CDF_VARGET1. Keywords STRING Signal that the returned date(s) in ISO 8601 format string Examples cdf_varget, id, "Epoch", epoch, rec_count=1000,/zvariable ret = cdf_epoch_tojuldays (epoch) ret2 = cdf_epoch_tojuldays (epoch, /string) Version History Introduced: CDF V3.4.0 See Also CDF_EPOCH, CDF_EPOCH16, CDF_TT2000