Re: [PHP] Month with leading zeros
- Date: Sat, 10 May 2008 20:53:28 +0000
- From: "David Otton" <djo@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [PHP] Month with leading zeros
> for ($i = 1; $i >= 12; $i++) I'm an idiot. for ($i = 1; $i <= 12; $i++) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- References:
- [PHP] Month with leading zeros
- From: Ron Piggott
- Re: [PHP] Month with leading zeros
- From: David Otton
- [PHP] Month with leading zeros
- Prev by Date: Re: [PHP] Month with leading zeros
- Next by Date: [PHP] Division [maybe a bug]
- Previous by thread: Re: [PHP] Month with leading zeros
- Next by thread: Re: [PHP] Month with leading zeros
- Index(es):