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

[Solved] Problem with date
(1 viewing) (1) Guest

TOPIC: [Solved] Problem with date

Re: Problem with date 20 Aug 2015 03:19 #7267

Set K2_DATE_FORMAT_LC with text is Y/m/d.
To display the date below title is "d/m/Y", you can edit modules/mod_jfslideshow/tmpl/bgslideshow.php. 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

Re: Problem with date 20 Aug 2015 09:45 #7270

It's ok!!

Tankhs very much!!

  • Posts:8
  • Con20
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: [Solved] Problem with date 16 Sep 2015 16:10 #7424

I have the same problem! Which item is linked to he slide! In your Demo, the countdown also doesn't work!

  • Posts:1
  • Thomas
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: [Solved] Problem with date 17 Sep 2015 02:50 #7428


  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
Time to create page: 0.79 seconds
Tuesday 23 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.