We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8581d24 commit 6ae6ab4Copy full SHA for 6ae6ab4
1 file changed
src/Components/GD/SendDocument/SendDocument.tsx
@@ -109,7 +109,7 @@ export function mapNovedadToVM(n: Novedad): DocuSignVM {
109
return {
110
...emptyVM(),
111
nombre: n.NombreSeleccionado ?? "",
112
- fechaIngreso: spDateToSpanishLong(n.FECHA_x0020_REQUERIDA_x0020_PARA0) ?? "",
+ fechaIngreso: DDMMYYYY(n.FECHA_x0020_REQUERIDA_x0020_PARA0) ?? "",
113
cargo: n.CARGO ?? "",
114
ciudad: n.CIUDAD ?? "",
115
conectividadLetras: n.auxconectividadtexto ?? "",
0 commit comments