junio0or respondió:
Ok, te mando un ejemplo Function DateHabiles Parameters Fecha, dias Local Fecha_Return, i i = 0 Select Month(fecha),Day(fecha) From feriados If Empty(Fecha) Fecha = Date() Endif If Empty(dias) dias = 1 Endif Do While (i < dias) Fecha = Fecha + 1 If...