Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7131 Rev 7132
Línea 19... Línea 19...
19
            title='Visión general'
19
            title='Visión general'
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) => setYear(e.toString())}
24
                onChange={(e) =>
-
 
25
                    setYear(new Intl.DateTimeFormat("es-US", { year: 'numeric', month: 'long', day: 'numeric' }).format(e.toDate()))
-
 
26
                }
25
                initialValue={new Date(`${year}`).toString()}
27
                initialValue={new Date(`${year}`).toString()}
26
                inputProps={{ className: 'form-control' }}
28
                inputProps={{ className: 'form-control' }}
27
                closeOnSelect
29
                closeOnSelect
28
            />
30
            />
29
        </SubmitModal>
31
        </SubmitModal>