Skip to main content

Tijs Verdonck

  • PHP VOOR: 1
  • E-mail: tijs@benvproject.be
  • Telefoon: +32486 64 67 26
  • Linkedin: https://www.linkedin.com/in/tijs-verdonck-a4315227
  • Functie: <span class="functie1">Projectmanager</span> <span class="functie2">Master bouwkunde</span>

{source}<?php $birthDate = "01-01-2010";

 

$currentDate = date("d-m-Y");

 

$age = date_diff(date_create($birthDate), date_create($currentDate));

 

echo "> " . $age->format("%y") . " jaar ervaring";

?>{/source}