Skip to content

Commit

Permalink
Fixed incorrect doc. block for TimerHelper::format
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored and markstory committed Sep 20, 2009
1 parent 9b7a10a commit 5049265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/time.php
Expand Up @@ -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
Expand Down

0 comments on commit 5049265

Please sign in to comment.