format(time()); } catch (\Throwable $th) { $dateHeader = date('F Y'); } //Date du formulaire HF $dateFormHFMin = date('Y-m-\01'); $dateFormHFMax = date("Y-m-t", mktime(0, 0, 0, date('m'), 1, date('Y'))); // retourne le dernier jour du mois (30 ou 31) } elseif (isset($_GET['dateListing'])) { $date = $_GET['dateListing']; } /** * Liste des frais forfaitaires du mois et de l'user :: sinon afficher les libelle */ $listeFraisForfaitaire = $newFiche->listFraisForfaitForU($userId, $date); if (count($listeFraisForfaitaire) == 0) { $listeFraisForfaitaire = $newFiche->listFraisForfaitaires(); } /** * Listes des frais HF */ $listeFraisHf = $newFiche->listFraisHF($userId, $date); /** * TOTAL DE LA FICHE */ $totalFraisFiche = $newFiche->getMontantValide($userId, $date); include(__DIR__ . '/../vues/v_newFiche.php');