?
avatar mvanvu
mvanvu
28 Sep 2016

Form file: /libraries/cms/html/html.php line 801 - 808

if ($gregorian)
{
return $date->format($format, true);
}
else
{
return $date->calendar($format, true);
}

I have followed this file: /libraries/joomla/date/date.php and the both method $date->format($format, true) and $date->calendar($format, true); look like the same
}

avatar mvanvu mvanvu - open - 28 Sep 2016
avatar Bakual
Bakual - comment - 28 Sep 2016

I don't see a difference either. It's probably just stupid legacy code ?
Especially since calendar ist just a proxy to format with the exact same params and default values.

avatar brianteeman brianteeman - change - 28 Sep 2016
Labels Added: ?
avatar sidmishra9
sidmishra9 - comment - 29 Sep 2016

No there isn't much difference there , it seems to be the same .

avatar brianteeman brianteeman - change - 2 Oct 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-10-02 14:08:23
Closed_By brianteeman
avatar brianteeman brianteeman - close - 2 Oct 2016
avatar brianteeman
brianteeman - comment - 2 Oct 2016

Asked and answered


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/12185.

Add a Comment

Login with GitHub to post a comment