Please Log in or Create an account to join the conversation.
$expiryDate = ( $item->expirydate == '0000-00-00 00:00:00') ? '0000-00-00 00:00:00' : JHtml::date($item->expirydate , 'D, M j, Y g:i a', null);
$expiryDate = str_replace("am", "em", $expiryDate);
$expiryDate = str_replace("pm", "fm", $expiryDate);
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.