Page 1 of 1

[1.5.0.5] Bug on order added date - Date showing incorrectly

Posted: Fri Jul 08, 2011 12:20 am
by Rhoa
Hello,

I have a customer who placed an order yesterday 7/6/2011. I checked on the database and it shows 7/6/2011. However, when I go to the admin, the date is displaying as 6/7/2011. This issue only seems to show up on the "Date Added" field. It shows incorrectly everywhere Date Added is located. This includes the invoice. It also shows on the customer's order history. Could someone please guide me on how to fix this issue? Thanks!

Re: [1.5.0.5] Bug on order added date - Date showing incorre

Posted: Fri Jul 08, 2011 12:23 am
by Qphoria
Did you change the date format in your admin/language/english/english.php file
The limeys use "DD/MM/YYYY"
The yanks use "MM/DD/YYYY"
it can be confusing in the single digit months when 7/6 and 6/7 are both actual dates

Re: [1.5.0.5] Bug on order added date - Date showing incorre

Posted: Fri Jul 08, 2011 12:38 am
by Rhoa
This solved the issue for me. Thanks!

Re: [1.5.0.5] Bug on order added date - Date showing incorre

Posted: Thu Sep 08, 2011 3:15 am
by businessprnews
Hi, I tried and the invoices still has the other format.

The format on english.php:
line 5 has: $_['date_format_short'] = 'd/m/Y';
line 6 has: $_['date_format_long'] = 'l dS F Y';


I changed:
$_['date_format_short'] = 'm/d/Y';

I still have the date on the invoices come up as:

Date Added: 07/09/2011
Should be: 09/07/2011
(Sept. 7th, 2011)

I even changed it to: MM/DD/YYYY
And still get the date, month then year on our invoices.

Should change the long format too? And if yes, what should be it?

Thanks!

Re: [1.5.0.5] Bug on order added date - Date showing incorre

Posted: Thu Sep 08, 2011 11:05 am
by Daniel
i think some one reported this. just one date did not have the date format take from the language files. its fixed in the svn version.