dfg
This commit is contained in:
parent
417f05fb7c
commit
8999af494a
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
$_SESSION['dateFinRequete'] = isset($_SESSION['dateFinRequete'])
|
||||
? dateLang($_SESSION['dateFinRequete'], $_SESSION['lang'])
|
||||
: dateCouranteLang($_SESSION['lang']);
|
||||
: dateLang(date("d/m/Y"), $_SESSION['lang']);
|
||||
?>
|
||||
|
||||
<div id="div_ente_requete" class="card border-0 shadow-sm bg-light mb-2" style="border-radius: 12px;">
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
</label>
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control text-center fw-bold bg-white" type="text" id="dateFacture1" name="dateFacture1"
|
||||
value="<?= $_SESSION['dateDebutRequete']; ?>" readonly>
|
||||
value="<?= $dateEffetPolice; ?>" readonly>
|
||||
<span class="input-group-text bg-white fw-bold border-start-0 border-end-0"><?= _("au") ?></span>
|
||||
<input class="form-control datepicker text-center fw-bold" type="text" id="dateFacture2" name="dateFacture2"
|
||||
value="<?= $_SESSION['dateFinRequete'] ?>" required>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user