in reply to Re^2: Time-Based Conditionals?
in thread Time-Based Conditionals?

See localtime() or gmtime(). You could compare the results of the returned array to some parameters.

--MidLifeXis

Replies are listed 'Best First'.
Re^4: Time-Based Conditionals?
by Spidy (Chaplain) on Aug 27, 2004 at 19:30 UTC
    After asking around, I have found that localtime() will suit my methods perfectly. Thanks for the help though.

    Spidy