Days
Hours
Minutes
Seconds
Summer Sale! Enjoy a 30% discount. Coupon: SUMMER24(Valid for annual subscription)
qxio-ios-color-wand-outline Grab The Deal

How to translate article date of Joomla

You can easily translate the article date to your language of the Meteor Joomla Articles element of Quix.

Open the meta.php file from the templates > tx_meteor > quix > meteor_joomla_articles > blocks from the website root direcotry.

Now copy & paste the code:

<?php
    setlocale(LC_TIME, "es_ES");
    $artTransDate = strftime($field['date_format'], strtotime($item->displayDate));
    echo $artTransDate; 
?>

Instead of the code place:

 <?php echo $date->format($field['date_format']); ?>

Now write your language tag instead of es_ES. The language tag you will get to the site adminstrator panel. Just navigate to Extensions > Languages and copy & paste the language tag to the corresponding place.

Now go to the Meteor Joomla Articles element Styles tab, paste the code %d, %B %Y in the Date format field.

The date will be translated to your langueage.

Joomla SEO Service

Grow rapidly with our Joomla SEO service done by the veterans

With over 12 years of business and a vast array of Joomla templates and extensions, we know Joomla SEO better than anyone you could possiblly hire.

Improve my ranking
On This Page