advanced code snippet search
alli14404 on 12/19/07
php date last
12/19/07 07:31am
2 people have marked this snippet as a favorite
konceptvali29
URL: http://uk3.php.net/date
Easiest way to get the last day in the current month.
<?php date("t"); // Number of days in the given month (from php documentation) ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.