Help for this page
if ($ary[0] > 12) { $ary[0] -= 12; $ary[0] = '0'.$ary[0]; ... } else { $scalar = 'bar'; }