Hallo Robertos,
strtotime() lässt dich dein Ziel auf sehr einfache Weise erreichen:
<?php
$timestamp = strtotime("last Sunday 10 pm");
echo date('l jS \of F Y h:i:s A', $timestamp);
?>
Viele Grüße
Claudius
Hallo Robertos,
strtotime() lässt dich dein Ziel auf sehr einfache Weise erreichen:
<?php
$timestamp = strtotime("last Sunday 10 pm");
echo date('l jS \of F Y h:i:s A', $timestamp);
?>
Viele Grüße
Claudius