Early Bird discount display?

More
11 years 11 months ago #15779 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Early Bird discount display?
Hi

Please use
Code:
echo JHTML::_('date', $item->early_bird_discount_date, 'd-m-Y', $param);

instead of using
Code:
echo JHTML::_('date', $item->early_bird_discount_date, $this->config->event_date_format, $param);

After that, the time parameter will be removed and it will be displayed properly .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc