powered by
Given two date/time lists, return seconds diffrence
secdifL(T1, T2)
list(jd, hr, mi, sec)
seconds
Year is not included in this calculation.
secdif
# NOT RUN { 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