Index: /schedule/Transaction/insert.php
===================================================================
--- /schedule/Transaction/insert.php	(revision 15886)
+++ /schedule/Transaction/insert.php	(revision 15887)
@@ -14,6 +14,6 @@
 $date = $_GET['Date'];
 $n_value = explode(",",$value);
-
-echo $new_format = $date->format('Y-m-d H:i:s');
+echo "<br />";
+echo $new_format = date_format($date, 'd/m/Y H:i:s');
 
 $Time = explode(",",$Time);
