0
Welcome Guest! Login
0 items Join Now

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.

german date

  • 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??
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29363
    • Thanks: 957
    • Volunteer

    Re: german date

    Posted 15 years 6 months ago
  • 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???
    • Henning's Avatar
    • 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

Time to create page: 0.056 seconds