You can use this expression on the accountDisabled attribute flow. Change the number to fit your preference. This one says "The difference between now and the hire date is less than 1 day".
Switch([Active], , "1", IIF(DateDiff("d", Now(), CDate([StatusHireDate]))<"1", "False", "True"), "0", "True")