TG Telegram Group & Channel
ⱮℜᎧÂN MOᕼᗩᗰᗰEᗪ ☬ | United States America (US)
Create: Update:

لحساب العمر على أساس تاريخ الميلاد:

<?php
function calculateAge($birthdate) {
$today = new DateTime();
$diff = $today->diff(new DateTime($birthdate));
return $diff->y;
}

// Usage
$birthdate = '1990-01-01';
$age = calculateAge($birthdate);
echo "Your age is: " . $age;
?>
@PHP88
@MROAN8

لحساب العمر على أساس تاريخ الميلاد:

<?php
function calculateAge($birthdate) {
$today = new DateTime();
$diff = $today->diff(new DateTime($birthdate));
return $diff->y;
}

// Usage
$birthdate = '1990-01-01';
$age = calculateAge($birthdate);
echo "Your age is: " . $age;
?>
@PHP88
@MROAN8


>>Click here to continue<<

ⱮℜᎧÂN MOᕼᗩᗰᗰEᗪ ☬




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)