How to output a date in the locale date/time format in Joomla?
I'm creating a module which is supposed to print dates. I know I can dirty-hack it like that:
strftime(format_string, strotime($date));
... but I would like a smoother solution, that would use Joomla's built-in locale handling functionality.