Hello
I use changed news manager plugin
in february date displayed correctly--->>
as of today date is displayed incorrectly -->>
what is wrong??
know someone like me to change code,can anyone help me??
thanks.
I use changed news manager plugin
in february date displayed correctly--->>
as of today date is displayed incorrectly -->>
Code:
/*******************************************************
$date = nm_get_date(strtotime($data->date), i18n_r('news_manager/DATE_FORMAT'));
$DateArray = str_replace(",","",$date);
$DateArray = explode(" ", $DateArray);
<div class="date"><?php echo $DateArray[0]; ?><br /><span class="day"><?php echo $DateArray[1]; ?></span><br /><?php echo $DateArray[2]; ?></div>
what is wrong??
know someone like me to change code,can anyone help me??
thanks.