If you want to see the no. of days filled immediately then you can use an On change microflow on the FinishedDate and StartDate field and then use the daysBetween function to calculate your number of days.
Few checks that you might need to perform before calculating like checking if any of the date is empty or not, otherwise the function might throw error.