Home
last modified time | relevance | path

Searched refs:getMonthNames (Results 1 – 1 of 1) sorted by relevance

/plugin/judge/helper/
H A Djdatetime.class.php169 $v = self::getMonthNames($jmonth);
175 $v = self::getMonthNames($jmonth, true);
211 …yNames($obj->format('D'), true).', '.sprintf('%02d', $jday).' '.self::getMonthNames($jmonth, true);
451 private static function getMonthNames($month, $shorten = false, $len = 3) function in jDateTime