Thank for your answer.
I think that my problem si a date format I have a plugin that show date as in france format (DD/MM/YY) and your plugin work with english format (MM/DD/YYYY) so the test of period of date is not working well.
/* Configure le script in french */
setlocale (LC_TIME, ‘fr_FR’,’fra’);
//Définit le décalage horaire par défaut de toutes les fonctions date/heure
date_default_timezone_set(“Europe/Paris”);
I am looking for a solution. And the best practice.
Thank.
Fabrice Henry