Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11131 Rev 14170
Línea 24... Línea 24...
24
				onChange={(e) =>
24
				onChange={(e) =>
25
					setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))
25
					setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))
26
				}
26
				}
27
				initialValue={Date.parse(year)}
27
				initialValue={Date.parse(year)}
28
				inputProps={{ className: 'form-control' }}
28
				inputProps={{ className: 'form-control' }}
-
 
29
				isValidDate={(currentDate, selectedDate) => {
-
 
30
					console.log(currentDate)
-
 
31
					console.log(selectedDate)
-
 
32
					return true
-
 
33
				}}
29
				closeOnSelect
34
				closeOnSelect
30
			/>
35
			/>
31
		</SubmitModal>
36
		</SubmitModal>
32
	)
37
	)
33
}
38
}