[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



One way to do this is to get the time, the date, the dow, and then
the time again, in that order, and see if the second time is less
than the first.  If so, you wrapped around midnight, and must
fetch the date and dow again.  It's a kludge, and assumes
that the whole operation takes less than 24 hours, which I think
is a resonable assumption, but shoould work.