Skip to content

Commit

Permalink
Updated CakeTime::i18nFormat() doc block description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Crowe committed Sep 18, 2013
1 parent 809f612 commit 5c329b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/CakeTime.php
Expand Up @@ -1041,7 +1041,7 @@ public static function format($date, $format = null, $default = false, $timezone

/**
* Returns a formatted date string, given either a UNIX timestamp or a valid strtotime() date string.
* It take in account the default date format for the current language if a LC_TIME file is used.
* It takes into account the default date format for the current language if a LC_TIME file is used.
*
* @param integer|string|DateTime $date UNIX timestamp, strtotime() valid string or DateTime object
* @param string $format strftime format string.
Expand Down

0 comments on commit 5c329b4

Please sign in to comment.