VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Change Date Format Header
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Change Date Format Header

Change Date Format Header 15 Oct 2015 17:09 #7586

Hi,

how can I change the date format in the header sections?

Thank u.

Regards

  • Posts:6
  • Supreme
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Change Date Format Header 16 Oct 2015 03:14 #7590

Creating Overrides the mod_jfslideshow Module, copy:

PATH_TO_JOOMLA/modules/mod_jfslideshow/tmpl/bgslideshow.php
to
TEMPLATE_NAME/html/mod_jfslideshow/bgslideshow.php

Then edit this file, modify:
 
$description = '<div class="container slidedescription"><h3>'.$dateEvent.'</h3><p>'.$locationEvent.'</p><div id="clock">'.date("Y/m/d", strtotime($dateEvent)).'</div>';
 

to:
 
$description = '<div class="container slidedescription"><h3>'.date("d/m/Y", strtotime($dateEvent)).'</h3><p>'.$locationEvent.'</p><div id="clock">'.date("Y/m/d", strtotime($dateEvent)).'</div>';
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.56 seconds
Thursday 25 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.