Beispiel #1
0
 static function formatDate($data, $formatOr = 'dd/MM/yyyy hh:mm:ss', $formatDest = 'Y-m-d H:i:s')
 {
     return DateTools::formatDate($data, $formatOr, $formatDest);
 }