Dave,

Where is it? I checked a few mirrors and can't seem to find it.

I posted a question a few days ago regarding getting the total number of
days (or weeks) in a duration. I wasn't sure if $dur->days was working
correctly or not. It appears that $dur->days returns the remainder of days
in the duration as opposed to the total number of days in the duration.
Looking through the source, this appears to be the intention. Is that
correct or will 0.1704 now give me the total days?

I'm now using $days = $dt_end->jd - $dt_start->jd.

Bill

Reply via email to