Mailinglisten-Archive |
At 12:35 27.09.2000 +0200, you wrote: >Hallo! > >Ich habe Datumsangaben in einer Tabelle in dem Format 2000-08-15 >(year-month-day). >Kann ich (und wenn ja, wie) dieses Format umstellen auf "deutsches" Datum? >Ich stelle mir da eine Form wie 15.08.00 oder 15.08.2000 vor. > >Michael $datum1 = "2000-08-15"; $datum = explode("-", $datum1); echo $datum[2].".".$datum[1].".".$datum[0]; -- Rene Paschold Webmaster RPN (http://www.rpnetworks.de) ICQ - 1398307 "Believe in your dreams - there is nothing that you can't get done" --
php::bar PHP Wiki - Listenarchive