- Posts: 83
- Thank you received: 4
Add start time to events_table.php
- Roy Chappell
-
Topic Author
- Offline
- Premium Member
-
Less
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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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:
Hope this helps
Tuan
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.