Multiple choice technology web technology Which function calculates the number of days between two dates? Calculate_date_days() Days_between_dates() Date_difference_days() Num_of_days() Reveal answer Fill a bubble to check yourself C Correct answer Explanation Date_difference_days() computes the day count between two date values, returning the difference as an integer number of days.