xkky Posted June 12, 2014 Report Share Posted June 12, 2014 Guten Tag, in der Tabelle xt_customers_basket wird unter date_added nur das Datum eingetragen, nicht jedoch die Uhrzeit. In welcher Datei finde ich den Befehl dazu? Ich würde gerne die Uhrzeit ergänzen. Vielen Dank für Eure Hilfe. Link to comment Share on other sites More sharing options...
cs24com Posted June 13, 2014 Report Share Posted June 13, 2014 Hi, aktuell hast du nur das Datum formatiert. Du must die Formatierung um die Uhrzeit erweitern. Gruß Alex Link to comment Share on other sites More sharing options...
xkky Posted June 13, 2014 Author Report Share Posted June 13, 2014 Hallo, und in welcher Datei findet das ganze statt? Link to comment Share on other sites More sharing options...
cs24com Posted June 13, 2014 Report Share Posted June 13, 2014 Soweit wie ich das sehe unter /xtFramework/classes/class.cart.php Zeile 409 $insert_record = array('date_added'=>$db->BindTimeStamp(time()));[/CODE] Hier noch ein Link http://phplens.com/adodb/reference.functions.dbtimestamp.html Gruß Alex Link to comment Share on other sites More sharing options...
xkky Posted June 13, 2014 Author Report Share Posted June 13, 2014 Super, vielen Dank! Bei mir Stand in Zeile 405 : $insert_record = array('date_added'=>$db->BindDate(time())); Und in Zeile 945: $insert_record = array('customers_id'=>$_SESSION['registered_customer'], 'date_added'=>$db->BindDate(time())); Ich habe BindDate nun zu BindTimeStamp geändert und es klappt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.