Task 3 Demonstrations

(a) String Manipulation


        

(b) Date and Time Details

diff($xmas);

echo "Year: " . $today->format("Y") . "\n";
echo "Month: " . $today->format("F") . "\n";
echo "Day of week: " . $today->format("l") . "\n";
echo "Week number: " . $today->format("W") . "\n";
echo "Days until Christmas 2025: " . $gap->days . " days";
?>
        

(c) SADC Country List

Original Order:

"; rsort($sadcCountries); echo "

Sorted Descending (Z → A):

"; ?>

(d) Capitals of SADC Countries



$choice → " . $countryList[$choice] . "

"; } ?>