From 35689596f5375f262be71f77c0caa8a65c5442b7 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Mon, 1 May 2006 16:50:07 +0000 Subject: [PATCH] Added monthCount method to Synopsis. --- lib/WebGUI/Session/DateTime.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Session/DateTime.pm b/lib/WebGUI/Session/DateTime.pm index 45100e1b6..35fed7486 100644 --- a/lib/WebGUI/Session/DateTime.pm +++ b/lib/WebGUI/Session/DateTime.pm @@ -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);