#39 - Number of days between two dates
You are given two dates in the format "YYYY-MM-DD". Your task is to implement a function to calculate the number of days between these two dates, inclusive of the end date.
Example 1
Example 2
Example 3
Last updated