Joost Pauwels
- PHP VOOR: 1
- E-mail: joost@benvproject.be
- Telefoon: +32486 64 67 09
- Linkedin: https://www.linkedin.com/in/joost-pauwels-77067116/
- Functie: <span class="functie1">Projectmanager</span> <span class="functie2">Freelance</span> <span class="functie3">Master bouwkunde bouwrecht</span>
{source}<?php $birthDate = "01-01-2005";
$currentDate = date("d-m-Y");
$age = date_diff(date_create($birthDate), date_create($currentDate));
echo "> " . $age->format("%y") . " jaar ervaring";
?>{/source}