How do I increment dates past the turn of the month (or year)?
Say I've got a booking of equipment A for the 28 April to 5 May and want to 
add each instance to a calendar (mysql table).
Can I increment the variable (format 2001-04-28) holding the date 
($txtDate++) somehow so that it doesn't add the 31, 32 and 33 of April?

Martin S.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to