On Mar 11, 2012, at 6:12 AM, Ashley Sheridan wrote:
> 
> I still don't see what's wrong with
> 
> date("t");
> 
> -- 
> Thanks,
> Ash

Ash:

It's just too damn simple -- we need to make things complicated. :-)

Actually, this works for me:

$days_in_month = date('t', mktime(0, 0, 0, $next_month, 0, $year));

But again, I don't see why I have to use "next month" to find the number of 
days in this month.

O', the mysteries of life.

Cheers,

tedd

_____________________
tedd.sperl...@gmail.com
http://sperling.com






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to