Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
hoknight Friend
hoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
May 8, 2017 at 8:06 am #1031899pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 8, 2017 at 8:33 am #1031926Hello
You should edit this file /language/en-GB/en-GB.tpl_ja_alumni.ini and add to it your preferred date format
(I made an example in image below)
Then edit this file /html/mod_articles_category/event.php and find
<?php if (!empty($itemAttrs->ctm_date)) : ?> <h3 class="event-date"> <?php echo JHtml::_('date', $itemAttrs->ctm_date, JText::_('TPL_DATE_FORMAT_LC1_2')); ?> </h3> <?php endif;?>
Change it with your desired language format
<?php if (!empty($itemAttrs->ctm_date)) : ?> <h3 class="event-date"> <?php echo JHtml::_('date', $itemAttrs->ctm_date, JText::_('TPL_DATE_FORMAT_LC4')); ?> </h3> <?php endif;?>
Regards
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by pavit 7 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum