--- Bryan Koschmann - GKT <[EMAIL PROTECTED]> wrote: > Does anyone know a way to do this easily? I have a script that pretty much > says "this is due on the first of next month" but I would like it to > actually use the correct date.
Well, you need: 1. The day of the month, which is always going to be 1 (the first). 2. The month, which is always the current month + 1 unless the current month is 12. 3. The year, which is always the current year unless the current month is 12. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php