Lien van Duijse
- PHP VOOR: 1
- E-mail: lien@art-of-building.be
- Telefoon: 0486 08 79 14
- Linkedin: https://www.linkedin.com/in/lien-van-duijse-3a823863
- Functie: <span class="functie1">Klantenbegeleiding- en Sales Support</span> <span class="functie2">Administratie</span>
{source}<?php $birthDate = "01-01-2013";
$currentDate = date("d-m-Y");
$age = date_diff(date_create($birthDate), date_create($currentDate));
echo "> " . $age->format("%y") . " jaar ervaring";
?>{/source}