Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Eyeball date format change?  (Read 2495 times)

0 Members and 1 Guest are viewing this topic.

csondagar

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Eyeball date format change?
« on: August 14, 2005, 04:24:19 am »

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

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Eyeball date format change?
« Reply #1 on: August 14, 2005, 10:01:38 am »

change the date format (for all themes) in your language file (e.g. lang/english.php), find
Code: [Select]
// 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"
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.