Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16706 | Rev 16708 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16706 Rev 16707
Línea 289... Línea 289...
289
        <button className="btn btn-outline-primary rounded" onClick={addOption}>
289
        <button className="btn btn-outline-primary rounded" onClick={addOption}>
290
          Añadir opción
290
          Añadir opción
291
        </button>
291
        </button>
292
      )}
292
      )}
293
      <Datetime
293
      <Datetime
-
 
294
        dateFormat="DD/MM/YYYY"
-
 
295
        timeFormat="HH:mm"
294
        value={selectedDate}
296
        value={selectedDate}
295
        onChange={setSelectedDate}
297
        onChange={setSelectedDate}
296
        isValidDate={(current) =>
298
        isValidDate={(current) =>
297
          current.isBefore(calculateMaxDate()) &&
299
          current.isBefore(calculateMaxDate()) &&
298
          current.isAfter(calculateMinDate())
300
          current.isAfter(calculateMinDate())