On Wed, Mar 19, 2003 at 01:03:50 -0500,
Joshua Moore-Oliva <josh(at)chatgris(dot)com> wrote:
> I guess that it does for this problem.. But I have other applications that
> require the number of days... and that gets a lot more complex to work out.
If you subtract the timestamps the interval will have 0 for the month/year
part and you can extract the epoch from it to get the time in seconds.
This can be divided by 24*60*60 to get days.