Added monthCount method to Synopsis.
This commit is contained in:
parent
0080a55bf8
commit
35689596f5
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue