Hi,
We are having a issue with the template of Groupjive. Specifically the plugin that shows the Kunena forums in Groupjive:
components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjiveforums/cbgroupjiveforums.php
As you can see in the attached image I have echoed the Unix time that should be converted into date by :
Code:
cbFormatDate( cbgjClass::getUTCDate( null, $r->time ), 1, false )
(line 191)
But this conversion is failing. As you see in the image:
The value of Unixtime: 1350417493 is returning the date: 16/10/7493
That is a nonsense.
note: the modification that I have done to view the unix time is just:
Can you provide some help?
Thanks very much