<? php $abrv_month = strtoupper(date("M", mktime(0, 0, 2, $numeric_month, $cur_date, $four_digit_year))); echo "$abrv_month"; ?>