amenpunk %!s(int64=2) %!d(string=hai) anos
pai
achega
771a2c9882
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Components/Modal/MostrarPlaza.js

+ 1 - 1
src/Components/Modal/MostrarPlaza.js

@@ -31,7 +31,7 @@ function Mostrar(props) {
31 31
                             <input value={puesto ? puesto.nombrepuesto : "..."} type="text" name="nombre" placeholder="..." readOnly />
32 32
                             <input value={puesto ? puesto.notas : '...'} type="text" name="descript" placeholder="..." readOnly />
33 33
                             <input
34
-                                value={new Date(puesto ? puesto.createday : new Date()).toLocaleDateString('es-GT', opciones)}
34
+                                value={new Date(puesto ? puesto.fecha : new Date()).toLocaleDateString('es-GT', opciones)}
35 35
                                 type="text"
36 36
                                 placeholder="...."
37 37
                                 name="sku" readOnly />