I am trying to find the number of days between two dates.
For instance, if the start date is 02/20/2020
and the end date is 01/03/2020
, I want to display the result like:
Feb 20 Thursday, Feb 21 Friday,..., Jan 3 Monday.
I have searched for a solution on StackOverflow, but unfortunately, I did not find one that met my expectations.
Can someone please help me achieve this using JavaScript or React?