-
iCagenda
-
iCagenda - English
-
[SOLVED] Custom date format
[SOLVED] Custom date format
-
goncatin
-
Topic Author
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
12 years 1 month ago - 12 years 1 month ago #1422
by goncatin
Hi everybody:
Is possible to change the date format to d/m/Y in the component?
Last edit: 12 years 1 month ago by Lyr!C. Reason: [SOLVED]
Please Log in or Create an account to join the conversation.
-
giusebos
-
-
Moderator
-
Less
More
-
Posts: 935
-
Thank you received: 114
-
-
-
12 years 1 month ago - 12 years 1 month ago #1423
by giusebos
it's possible
Looks good menu item
there is a tutorial for this
HAI BISOGNO DI ASSISTENZA?
leggi qui
Guarda tutti i video tutorial di iCagenda
Watch all video tutorials iCagenda
Regardez toutes les vidéos tutoriels iCagenda
Ver todos los videos tutoriales iCagenda
guarda qui
Last edit: 12 years 1 month ago by giusebos.
Please Log in or Create an account to join the conversation.
-
goncatin
-
Topic Author
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
12 years 1 month ago #1424
by goncatin
I cant´t find this option.
In the menu item only have the next options:
25 11 2012
11 25 2012
25 sept 2012
Sept 25 2012
25 September 2012
September 25 2012
When is the option to put dates as 25/11/2012 format?
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
12 years 1 month ago #1426
by Lyr!C
Yes, you can change it in your template files (default or ic_rounded)
In 1.3, there will be a new way of making your own theme easily for iCagenda.
But you can currently change it in file "default_event.php" or "ic_rounded_event.php"
Just change this :
<?php echo $item->nextDate; ?>
by this :
<?php echo $item->day.'/'.$item->month.'/'.$item->year; ?>
This is the simplest way to do so, and it will overide menu option.
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - English
-
[SOLVED] Custom date format
Time to create page: 0.145 seconds