monikart Posted March 20, 2006 Posted March 20, 2006 Let me start by saying i believe i have the correct date format in languages/english.php and admin/languages/english.php. I looked that up. but...... I found the following string on several files: date('Y-m-d H:i:s' So for example, on product_info.php the statement is: if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) { I tried to change this to: if ($product_info['products_date_available'] > date('m-d-Y H:i:s')) { and on product_info.php still writes: This product will be in stock on Friday 31 March, 2006. I want this to say: This product will be in stock on Friday March 31, 2006. Can anyone help? What would you do if you knew you could not fail?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.