Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7132 Rev 7133
Línea 20... Línea 20...
20
        >
20
        >
21
            <Datetime
21
            <Datetime
22
                dateFormat="DD-MM-YYYY"
22
                dateFormat="DD-MM-YYYY"
23
                timeFormat={false}
23
                timeFormat={false}
24
                onChange={(e) =>
24
                onChange={(e) =>
25
                    setYear(new Intl.DateTimeFormat("es-US", { year: 'numeric', month: 'long', day: 'numeric' }).format(e.toDate()))
25
                    setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))
26
                }
26
                }
27
                initialValue={new Date(`${year}`).toString()}
27
                initialValue={new Date(`${year}`).toString()}
28
                inputProps={{ className: 'form-control' }}
28
                inputProps={{ className: 'form-control' }}
29
                closeOnSelect
29
                closeOnSelect
30
            />
30
            />