Skip to content

Commit 6ae6ab4

Browse files
Fechas
1 parent 8581d24 commit 6ae6ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/GD/SendDocument/SendDocument.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function mapNovedadToVM(n: Novedad): DocuSignVM {
109109
return {
110110
...emptyVM(),
111111
nombre: n.NombreSeleccionado ?? "",
112-
fechaIngreso: spDateToSpanishLong(n.FECHA_x0020_REQUERIDA_x0020_PARA0) ?? "",
112+
fechaIngreso: DDMMYYYY(n.FECHA_x0020_REQUERIDA_x0020_PARA0) ?? "",
113113
cargo: n.CARGO ?? "",
114114
ciudad: n.CIUDAD ?? "",
115115
conectividadLetras: n.auxconectividadtexto ?? "",

0 commit comments

Comments
 (0)