Matthijs Cottyn
- PHP VOOR: 1
- E-mail: matthijs@benvproject.be
- Telefoon: +32468 52 86 06
- Linkedin: https://www.linkedin.com/in/matthijs-cottyn-1b1216172
- Functie: <span class="functie1">Projectmanager</span> <span class="functie2">Bachelor bouwkunde</span>
{source}<?php $birthDate = "01-01-2014";
$currentDate = date("d-m-Y");
$age = date_diff(date_create($birthDate), date_create($currentDate));
echo "> " . $age->format("%y") . " jaar ervaring";
?>{/source}