Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
November 16, 2016 at 10:27 pm #987081Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 17, 2016 at 5:11 am #987167Hi,
You can apply this way to your site
Open templates/ja_teline_v/html/layouts/joomla/content/item/event.php file and add the source code as my screenshot: http://prntscr.com/d8api9
<?php $config = JFactory::getConfig(); $tz = new DateTimeZone($config->get('offset')); $date_start = new JDate($params->get('ctm_start','')); $date_end = new JDate($params->get('ctm_end','')); ?> Start Time: <?php echo $date_start->format(JText::_('DATE_FORMAT_LC3')); ?><br /> End Time: <?php echo $date_end->format(JText::_('DATE_FORMAT_LC3')); ?> <br />
Hope it helps
Regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by brandpropaganda 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum