I am trying to calculate two date fields to get the number of days between. My report will pull patients that were either admitted or discharged within the data range specified. If I choose January as the month I am looking at, I will have some records that will show patients admitted prior to Jan and discharged after Jan. I only want to count the days in Jan. My formula is basically End_dt - Start_dt I will get 30, but there are 31 days in Jan. How do I get all of the days in the month? I know this will change based on the month chosen.