Added monthCount method to Synopsis.

This commit is contained in:
Frank Dillon 2006-05-01 16:50:07 +00:00
parent 0080a55bf8
commit 35689596f5

View file

@ -50,6 +50,7 @@ This package provides easy to use date math functions, which are normally a comp
$day = $dt->getDayName($dayInteger);
$integer = $dt->getDaysInMonth($epoch);
$integer = $dt->getDaysInInterval($start, $end);
$integer = $dt->monthCount($start, $end);
$integer = $dt->getFirstDayInMonthPosition($epoch);
$month = $dt->getMonthName($monthInteger);
$seconds = $dt->getSecondsFromEpoch($seconds);