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