[solved] d/m/y to m/d/y
3 posts
• Page 1 of 1
[solved] d/m/y to m/d/y
v1.5.2 My reviews for products have dates that are d/m/y and I would like to change them to m/d/y (sales are to U.S.). I went to admin/language/english/english.php and changed at the top, but it did not help:
<?php
// Locale
$_['code'] = 'en';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'm/d/Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
How do I set the date format?
Thank you.
<?php
// Locale
$_['code'] = 'en';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'm/d/Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
How do I set the date format?
Thank you.
Last edited by Vectra on Sat May 12, 2012 7:19 pm, edited 1 time in total.
- Vectra
- Posts: 52
- Joined: Fri May 11, 2012 7:32 pm
Re: d/m/y to m/d/y
There is an admin language file and a catalog language file. You'll need to change it in both:
/admin/language/english/english.php
/catalog/language/english/english.php
/admin/language/english/english.php
/catalog/language/english/english.php
-

Johnathan - Global Moderator
- Posts: 2861
- Joined: Thu Dec 17, 2009 7:08 pm
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: finerden and 10 guests























