This commit is contained in:
KONE SOREL 2026-01-20 09:31:03 +00:00
parent 136d05049d
commit b9d1a18d51

View File

@ -70,8 +70,8 @@ foreach ($modals as $id => $cfg):
<div class="input-group input-group-lg">
<span class="input-group-text bg-white border-end-0"><i class="fas fa-calendar-day text-muted"></i></span>
<input type="text" class="form-control datepicker border-start-0 text-center fw-bold"
id="<?= $cfg['id_date'] ?>" name="<?= $cfg['id_date'] ?>"
value="<?= $this->datejourfr ?>" required>
id="<?= $cfg['id_date'] ?>" name="<?= $cfg['id_date'] ?>"
value="<?= dateLang($this->datejour, $_SESSION['lang']); ?>" required>
</div>
</div>