Add start time to events_table.php

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
4 years 3 months ago #140652 by Roy Chappell
Add start time to events_table.php was created by Roy Chappell
Hi

Is there a setting to show the event start time in the events_table.php view?

If not what code should I add to display like the start time like...
9:00 or 16:00

I will hardcode the time column header <th> like I did for depth

thanks
Roy

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

More
4 years 3 months ago #140677 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add start time to events_table.php
Hello Roy

You will have to modify code yourself to include that information. The code you can use it:
Code:
echo JHtml::_('date', $item->event_date, 'H:i', null);

Hope this helps

Tuan
The following user(s) said Thank You: Roy Chappell

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

Moderators: Tuan Pham Ngoc