Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14561 Rev 14562
Línea 59... Línea 59...
59
				<Datetime
59
				<Datetime
60
					dateFormat="DD-MM-YYYY"
60
					dateFormat="DD-MM-YYYY"
61
					timeFormat={false}
61
					timeFormat={false}
62
					onChange={(e) => {
62
					onChange={(e) => {
63
						if (Date.now() > new Date(e.toDate()).getTime()) {
63
						if (Date.now() > new Date(e.toDate()).getTime()) {
-
 
64
							setYear(new Date(new Intl.DateTimeFormat('en-EN', year).format()))
64
							return dispatch(addNotification({
65
							return dispatch(addNotification({
65
								style: 'danger',
66
								style: 'danger',
66
								msg: 'La fecha no puede ser igual o anterior a la actual'
67
								msg: 'La fecha no puede ser igual o anterior a la actual'
67
							}))
68
							}))
68
						}
69
						}