Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ollyjk Friend
    #146640

    HI

    Is there any way to change the way the last update reads so instead of:

    Last Update: 01:45:01 PM GMT

    It would perhaps read:

    Last Update: 05 Dec 09:16 GMT

    ? Is that possible , reason being its unlikely to be updated daily.

    Many thanks in advance

    gray Friend
    #325845

    In templatesja_teline_iiilibsja.template.helper.p hp you can find function getLastUpdate()
    Line [php] return gmdate(“h:i:s A”, $sec+$tz).’ GMT’; [/php]
    defines format of the output.

    try to replace it with this one
    [php] return gmdate(“d M G:i”, $sec+$tz).’ GMT’; [/php]

    See this post for more details, including if you get month not in English (setlocale would be required)

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

This topic contains 2 replies, has 2 voices, and was last updated by  gray 14 years, 11 months ago.

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