Hallo,
$d = '2007-06-20';
echo strftime("%d.%m.%Y", strtotime($d)); // 20.06.2007
So ist es einfacher.
Danke
gruß aus Senftenberg am See
Hallo,
$d = '2007-06-20';
echo strftime("%d.%m.%Y", strtotime($d)); // 20.06.2007
So ist es einfacher.
Danke
gruß aus Senftenberg am See