Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11144 Rev 11909
Línea 49... Línea 49...
49
						))
49
						))
50
					}
50
					}
51
				</select>
51
				</select>
52
			</div>
52
			</div>
53
			<div className="form-group">
53
			<div className="form-group">
54
				<label>Tipo de empleo</label>
54
				<label>Último día de aplicación</label>
55
				<Datetime
55
				<Datetime
56
					dateFormat="DD-MM-YYYY"
56
					dateFormat="DD-MM-YYYY"
57
					timeFormat={false}
57
					timeFormat={false}
58
					onChange={(e) =>
58
					onChange={(e) =>
59
						setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))
59
						setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))