powered by
Given two date/time lists, return seconds diffrence
secdifL(T1, T2)
seconds
list(jd, hr, mi, sec)
Jonathan M. Lees<jonathan.lees.edu>
Year is not included in this calculation.
secdif
T1 <- list(jd=12, hr=13, mi=23, sec=21) T2 <- list(jd=14, hr=23, mi=23, sec=2) secdifL(T1, T2)
Run the code above in your browser using DataLab