Tools={ Url:{ Base : '/ReimpresionRCA/' }, Msg:{ Dialog:{ Error: 'Error', Info: 'Info', Success: 'Satisfactorio', Warning: 'Warnig', Confirm: 'Confirmar' }, Buttons: { Ok: 'OK', Cancel: 'Cancelar', Close: 'Cerrar', Crear: 'Crear', Eliminar: 'Eliminar', Guardar: 'Guardar', Actualizar: 'Actualizar' } }, Enums: { Corredor : { Santander: '1', Sura: '2' } } , Format:{ _months: Array("Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"), StringToDate: function (value) { if (value == null) return value; var date = new Date(parseInt(value.substr(6))); return ("0" + date.getDate()).slice(-2) + " " + Tools.Format._months[date.getMonth()] + " " + date.getHours() + ":" + date.getMinutes() ; }, StringToShortDate: function (value) { if (value == null) return value; var date = new Date(parseInt(value.substr(6))); return ("0" + date.getDate()).slice(-2) + "/" + ("0" + (date.getMonth() + 1)).slice(-2) + "/" + date.getFullYear(); }, StringToShortHours: function (value) { if (value == null) return value; var date = new Date(parseInt(value.substr(6))); return date.getHours() + ":" + date.getMinutes(); }, SetImput: function setImput(value) {return "";}, DefaultFecha:'25/05/2025', maxDay:'23/08/2025' },ActiveNewBP:'' ,IdTransaction:'20250525051223232' }