I am using Joomla 2.5. I want to show the last time a visitor logged in to the site. I added the code:
echo "<p>Your last visit was {$user->lastvisitDate}";to the default.php file of the mod_login module.I created a folder and placed it in my html folder in my template folder. It works, but I don't like the date format. How and where do I fix this? I tried modifying the language file EN-gb.ini both in the override file and the actual file (I know, I know, I wasn't going to leave it there, just testing it!) with DATE_FORMAT_LC4=%m.%d.%y. It didn't change the date format.
Can you help me?