Eyeball date format change? Eyeball date format change?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Eyeball date format change?

Started by csondagar, August 14, 2005, 04:24:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

csondagar

How do I change Date format to 'DD Month YYYY HH:MM in Eyeball theme?

Joachim Müller

change the date format (for all themes) in your language file (e.g. lang/english.php), find// The various date formats
// See http://www.php.net/manual/en/function.strftime.php to define the variable below
$album_date_fmt =    '%B %d, %Y';
$lastcom_date_fmt =  '%m/%d/%y at %H:%M'; //cpg1.3.0
$lastup_date_fmt = '%B %d, %Y';
$register_date_fmt = '%B %d, %Y';
$lasthit_date_fmt = '%B %d, %Y at %I:%M %p'; //cpg1.3.0
$comment_date_fmt =  '%B %d, %Y at %I:%M %p'; //cpg1.3.0
and change accordingly. Has been asked before, please search next time before you post.
Moving from "cpg1.3 Themes/Skins/Templates" to "misc"