0
Welcome Guest!
Login
0
items
Join Now
Login
Join Now
Search
Home
Grav
Themes
Joomla!
Templates
Extensions
WordPress
Themes
Plugins
Docs
Forum
Perks
ROCKETTHEME IS CLOSING ON JUNE 30, 2025.
As a thank-you to our community, enjoy
50% off all themes
with the promo code
THANKYOU
before we shut down. Read our
Farewell Blog Post
for more details.
You are here:
General
The Water Cooler
Topic
german date
Last Post
Search Topic
Volker Epting
Jr. Rocketeer
Posts:
20
Thanks:
0
german date
Posted 15 years 6 months ago
Need to change the date in "solarsentinel" (javascript) in german . anybody who knows how to do this??
#426998
Henning
Preeminent Rocketeer
Posts:
29363
Thanks:
957
Volunteer
Re: german date
Posted 15 years 6 months ago
..../templates/rt_solarsentinel_j15/js/rokdate.js
var days = ;
var months = ;
see also:
www.rockettheme.com/forum/index.php?f=19..._v=viewtopic#p357724
#427041
Volker Epting
Jr. Rocketeer
Posts:
20
Thanks:
0
Re: german date
Posted 15 years 6 months ago
Thanks for this, but that's the easy part and will give me:
Montag, Dezember 07, 2009
so to change into
Montag, 07. Dezember 2009
there is some script-coding necessary in the part : /* Do not edit below!! */
Anybody how knows about this???
#427069
Henning
Preeminent Rocketeer
Posts:
29363
Thanks:
957
Volunteer
Re: german date
Posted 15 years 6 months ago
index.php ...from line 95
<?php if ($show_date == "true") : ?>
<div class="date-block">
<span class="date1"><?php $now = &JFactory::getDate(); echo $now->toFormat('%A'); ?></span>,
<span class="date2"><?php $now = &JFactory::getDate(); echo $now->toFormat('%B'); ?></span>
<span class="date3"><?php $now = &JFactory::getDate(); echo $now->toFormat('%d'); ?></span>,
<span class="date4"><?php $now = &JFactory::getDate(); echo $now->toFormat('%Y'); ?></span>
</div>
<?php endif; ?>
you should be able to change the ordering
#427080
Time to create page: 0.076 seconds
Powered by
Kunena Forum