Good morning,
How can I change the time notation in the 'Update' field from AM/PM to 24H?
Thanks in advantage,
best regards,
Volkmar de Vries
date_default_timezone_set('America/Sao_Paulo');
echo JText::_('TPL_GK_LANG_UPDATE_DATE') . ' ' . date(JText::_('TPL_GK_LANG_UPDATE_DATE_FORMAT'), $final_date);