- 1
- 2
- 3
- 4
- 5
- 6
function GetMonthByNum($m)
{
$month_int = array('01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12');
$month_str = array('Январь', 'Февраль', 'Март','Апрель', 'Мая', 'Июнь','Июль', 'Август', 'Сентябрь','Октябрь', 'Ноябрь', 'Декабрь');
return str_replace($month_int, $month_str, $m);
}
bober_maniac 25.02.2012 21:42 # +7
guest 25.02.2012 21:56 # 0
echo($monthes[(int) date("m")]);
guest 25.02.2012 23:22 # +4
fuckes
Nemoden 28.02.2012 07:24 # −1
wwwguru 29.02.2012 13:27 # 0
someone 27.02.2012 07:53 # 0
roman-kashitsyn 27.02.2012 08:21 # +1
eth0 27.02.2012 13:19 # +1
defecate-plusplus 27.02.2012 09:17 # 0
bugmenot 27.02.2012 09:56 # 0
SmackMyBitchUp 27.02.2012 19:59 # 0
Nemoden 28.02.2012 07:24 # 0
eth0 28.02.2012 12:45 # 0
SmackMyBitchUp 28.02.2012 14:03 # +1