mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixed incorrect doc. block for TimerHelper::format
This commit is contained in:
parent
9b7a10a4bc
commit
5049265a49
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ class TimeHelper extends AppHelper {
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue