Searched refs:getMonthNames (Results 1 – 1 of 1) sorted by relevance
169 $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