hallo!
$datum = "2004-05-25 14:07:03";
list ($jahr, $monat, $tag) = split('[-]', $datum);
echo $tag .".". $monat .".". $jahr
Ausgabe: 25 14:07:03 05 2004
sorry ich habe mich vertan... ;)
hallo!
$datum = "2004-05-25 14:07:03";
list ($jahr, $monat, $tag) = split('[-]', $datum);
echo $tag .".". $monat .".". $jahr
Ausgabe: 25 14:07:03 05 2004
sorry ich habe mich vertan... ;)