This tutorial shows how to change the date format in Joomla 3.x.
Joomla 3.x. How to change date format
-
In the screenshot below, you can see dates. We need to change their format.
-
Open the theme language file and check if the information regarding date formats is specified there. You can find the theme language file in the language\en-GB folder of your Joomla installation. It is called en-GB.tpl_themeXXXX.ini, where XXXX is the theme number. Check the screenshot below. The highlighted format is being used in our case:
-
Go to Extension Manager -> Language Manager. Select Overrides.
-
Select the Language for which you want to set an override and change the date format. Add a new override.
-
Select the Constant option. Search for this constant. Modify its value and save the changes.
For more information on date formats, please turn to: http://nl3.php.net/manual/en/function.date.php.
The year was removed. We have changed the date format. Please note that you can also change the order of values. For example, set d F instead F d.
-
This is our override:
-
Refresh the page. The date format was changed.
Feel free to check the detailed video tutorial below: