Pedro Quinten
- PHP VOOR: 1
- E-mail: pedro@benvproject.be
- Telefoon: +32495 84 81 32
- Linkedin: https://www.linkedin.com/in/pedro-quinten-b8b6451
- Functie: <span class="functie1">Klantenbegeleider</span> <span class="functie2">Sales en Marketing</span><span class="functie3">Freelance</span>
{source}<?php $birthDate = "01-01-2002";
$currentDate = date("d-m-Y");
$age = date_diff(date_create($birthDate), date_create($currentDate));
echo "> " . $age->format("%y") . " jaar ervaring";
?>{/source}