From 5049265a492851715feee72834dd25229f7cd17c Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 20 Sep 2009 14:54:13 +0530 Subject: [PATCH] Fixed incorrect doc. block for TimerHelper::format --- cake/libs/view/helpers/time.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/view/helpers/time.php b/cake/libs/view/helpers/time.php index 62792d909fb..179ca44093c 100644 --- a/cake/libs/view/helpers/time.php +++ b/cake/libs/view/helpers/time.php @@ -519,7 +519,7 @@ function gmt($string = null) { return $return; } /** - * Returns a UNIX timestamp, given either a UNIX timestamp or a valid strtotime() date string. + * Returns a formatted date string, given either a UNIX timestamp or a valid strtotime() date string. * * @param string $format date format string. defaults to 'd-m-Y' * @param string $dateString Datetime string