$date_formatted=format_date($date_start,'custom',t('M',[],['context'=>'php date format']))
$date_formatted=format_date($date_start,'custom',t('M',[],['context'=>'php date format']))
...
@@ -617,7 +621,12 @@ function uw_ct_event_block_view($delta = '') {
...
@@ -617,7 +621,12 @@ function uw_ct_event_block_view($delta = '') {
// Fully different dates."Nov. 24, 2005 to Jan. 2, 2006".
// Fully different dates."Nov. 24, 2005 to Jan. 2, 2006".
else{
else{
if($language->language==='en'){
if($language->language==='en'){
$date_formatted=t(uw_month_name_short(date('n',$date_start))).' '.date('j, Y',$date_start).' to '.t(uw_month_name_short(date('n',$date_end))).' '.date('j, Y',$date_end);
$date_formatted=t('@month_start @date_start to @month_end @date_end',array(