WAP to find the number of days between two given dates.
Example 1:
Input:
Date 1= "07-04-2020"
Date 2= "18-07-2020"
Output: 102 days
Example 2:
Input:
Date 1= "07-04-2005"
Date 2= "09-07-2020"
Output: 5572 days
Published By : Kopal Jaiswal