forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: biellebrunner on February 12, 2017, 01:08:21 am

Title: Change date format
Post by: biellebrunner on February 12, 2017, 01:08:21 am
Hi.
Currently, the date format reads something like "11 Feb, 2017". I'd like for it to be just "11 Feb 17".
I found this on functions.inc.php, but I'm not 100% if this is what I should be editing (nor exactly what should I change ctime for?):

Code: [Select]
        if (in_array('ctime', $must_have)) {

            $caption .= '<span class="thumb_caption thumb_caption_ctime">' . localised_date($row['ctime'], $lang_date['lastup']) . '</span>';

        }

Could anyone shed some light, please?
Thank you.
Title: Re: Change date format
Post by: ron4mac on February 12, 2017, 12:54:04 pm
Date formats are specified in the language file(s).  Look in your language file for $lang_date['lastup'].