tommy11011 Posted April 23, 2005 Posted April 23, 2005 All, thanks in advance for your help. when looking at product info, at the point where you click "add to cart", at the bottom it says "This product was added to our catalog on Monday 18 April, 2005." How can I make it say Monday, April 18, 2005? thanks.
stevel Posted April 23, 2005 Posted April 23, 2005 You mean you want it reversed? (The default format is more popular in Europe.) In catalog/includes/languages/english.php, change: define('DATE_FORMAT_LONG', '%A %d %B, %Y'); to define('DATE_FORMAT_LONG', '%A, %d %B, %Y'); See here for the meanings of the various field codes used. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
tommy11011 Posted April 24, 2005 Author Posted April 24, 2005 You mean you want it reversed? (The default format is more popular in Europe.) In catalog/includes/languages/english.php, change: define('DATE_FORMAT_LONG', '%A %d %B, %Y'); to define('DATE_FORMAT_LONG', '%A, %d %B, %Y'); See here for the meanings of the various field codes used. <{POST_SNAPBACK}> thanks you! works.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.