change date format

Icare

Avatar: Icare

2007-11-03 12:10

Hi all,
Where can we change date format to display date according local usage?
IE: in orders list and send mail i would have for example in french 25/10/2007 à 14h25 (or 25-10-2007 14:25) in place of 2007-25-10 14:25:40

Thanks for your answer

» Quick.Cart v2.x

Icare

merci

No avatar

2007-11-05 09:40

Icare - open file core/orders.php and following line:

$aList['sDate'] = date'Y-m-d H:i:s'$aList['iTime'] + ( $GLOBALS['config']['time_diff'] * 60 ) );

change to this:

$aList['sDate'] = date'd-m-Y H:i'$aList['iTime'] + ( $GLOBALS['config']['time_diff'] * 60 ) );


then in file core/orders-admin.php find line:

$aList['sDate'] =   date'Y-m-d H:i:s'$aList['iTime'] + ( $GLOBALS['config']['time_diff'] * 60 ) );

and replace it to the following:

$aList['sDate'] =   date'd-m-Y H:i'$aList['iTime'] + ( $GLOBALS['config']['time_diff'] * 60 ) );

Icare

Avatar: Icare

2007-11-05 20:12

Ah ok, I've forgotten order-admin.
Thanks a lot.

Icare

Back to top
about us | contact