Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
qiang.xue committed Feb 24, 2009
1 parent 6333232 commit 66c7894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/i18n/CDateFormatter.php
Expand Up @@ -84,7 +84,7 @@ public function format($pattern,$time)
{
if(is_string($time))
$time=strtotime($time);
$date=CTimestamp::getDate($time,false,true);
$date=CTimestamp::getDate($time,false,false);
$tokens=$this->parseFormat($pattern);
foreach($tokens as &$token)
{
Expand Down

0 comments on commit 66c7894

Please sign in to comment.