Hi all,
On a previous Chronoconnectivity (V 4.0 RC3.2 ) on Joomla 2.5 I was able to use strftime to format the date but in V5 this results in: "donderdag 1 januari 1970 - 00:00"
Now I use
How can I use strftime in combination with strtotime to format the dates?
Thanks in advance.
Regards, Dorine
On a previous Chronoconnectivity (V 4.0 RC3.2 ) on Joomla 2.5 I was able to use strftime to format the date but in V5 this results in: "donderdag 1 januari 1970 - 00:00"
Now I use
MyModel.date:return date("l d F Y - H:i", strtotime($cell));
in the PHP functions box but this way all dates are only displayed in English.
How can I use strftime in combination with strtotime to format the dates?
Thanks in advance.
Regards, Dorine