phpbar.de logo

Mailinglisten-Archive

Re: [php] Datum konvertieren
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [php] Datum konvertieren



Hi,

On Mon, 10 May 1999, Christian von Toerne wrote:

> Mache ich per
> 
> 	$tmp=explode("-",$date);
>               $date="$date[2].$date[1].$date[0]";
> 

bei mir hat das so funktioniert:

$tmp=explode("-",$datum);

$date="$tmp[2].$tmp[1].$tmp[0]";


:-))

Vielen Dank fuer die Hilfe!

Gruss,

	Nico


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive