Icare2007-11-03 12:10 | Hi all, » Quick.Cart v2.xIcare |
merci2007-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 ) );
$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 ) );
|
Icare2007-11-05 20:12 | Ah ok, I've forgotten order-admin. Icare |