Alright, interesting thought, never thought it would be possible. So, what would the PHP script be when matching it against the clock or something? Perhap mktime(). Anyone know?
Scott F. "Nicholas Robinson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] The 'usual' trick is to set the date to the first day of the month after the one you want and then subtract one day. HTH Nick On Wednesday 13 Aug 2003 8:00 pm, Scott Fletcher wrote: > Hi! > > Here's a trick script. We know that some months have the last day > which is 30 while other is 31. As for February, it can be either 28 or 29. > So, what's the trick in using the php to find out what is the last day of > the month if you want to checked it against the server's clock to find out > the last day of the month. Suppose it is this month or 3 months ago or 3 > months from now. Anyone know? > > Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php