Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • adnanpirota Friend
    #164500

    I am running Joomla 1.5 and I suddenly I noticed that after some changes (can not remember when exactly) Last Update time instead of time is “T3_DATE_FORMAT_LASTUPDATE”. Also on some other modules I have name of variable instead of the result. Anyone have a clue ?

    khoand Friend
    #393317

    You try this way:
    – Replace this code from pluginssystemjat3corecommon.php file


    $date =& JFactory::getDate(strtotime($data->created));
    $user =& JFactory::getUser();
    $tz = $config->get('offset');

    $sec =$date->toUNIX(); //set the date time to second
    return gmdate("h:i:s A", $sec).' GMT';

    with

    return JHTML::date($data->created, "%H:%M:%S");

    mayuri_g Friend
    #393780

    Replace the below code from pluginssystemjat3corecommon.php file

    $date =& JFactory::getDate(strtotime($data->created));
    $user =& JFactory::getUser();
    $tz = $config->get(‘offset’);

    $sec =$date->toUNIX(); //set the date time to second
    return gmdate(“h:i:s A”, $sec).’ GMT’;

    with the code

    return JHTML::date($data->created, “%H:%M:%S”);

    if if it working fine, let us know.

    adnanpirota Friend
    #393846

    yes it worked but I have similar problem on some other places too (see atached picutres) … thnx for help


    1. social_prob
    khoand Friend
    #393961

    You extract my attached file into languageen-GB


Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  khoand 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum