format('M'); if ($month == "Jul") { $month = $month . "y"; } elseif ($month == "Jun") { $month = $month . "e"; } return "$month $day"; } echo ""; ?>