This commit is contained in:
KONE SOREL 2026-01-20 08:52:00 +00:00
parent be4b95c835
commit 9ea73ea5cb

View File

@ -23,9 +23,10 @@
<div class="col-md-5">
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Période de validité") ?></label>
<div class="input-group shadow-sm">
<span class="input-group-text bg-white small fw-bold"><?= _("Du") ?></span>
<input type="text" id="debut" name="debut" class="form-control datepicker text-center fw-bold" value="<?= $_SESSION['dUneSemaineAvantFr_C'] ?>" required>
<input type="text" id="debut" name="debut" class="form-control datepicker text-center fw-bold" value="<?= dateLang($_SESSION['dUneSemaineAvant_C'], $_SESSION['lang']) ?>" required>
<span class="input-group-text bg-white small fw-bold"><?= _("au") ?></span>
<input type="text" id="fin" name="fin" class="form-control datepicker text-center fw-bold" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required>
</div>