hi,
$datum = "2004-05-03 20:29:00";
list ($jahr, $monat, $tag) = split('[-]', $datum);
echo $tag .".". $monat .".". $jahr
Ausgabe: 25 14:07:03 05 2004
wie passt denn das zusammen?
monat und jahr sind ja noch OK - aber wie aus "03 20:29:00" in der eingabe "25 14:07:03" bei der ausgabe werden soll, da wäre ich auf dei erklärung gespannt ...
gruß,
wahsaga
--
I'll try being nicer if you'll try being smarter.
I'll try being nicer if you'll try being smarter.