My requirement is to get the number of days between two dates.
For example, the start date is 02/20/2020
to 01/03/2020
I would like to display the results like
Feb 20 Thursday, Feb 21 Friday,....01 Mar Monday.
I went through this scenario in StackOverflow but I didn't get the expected solution for the same.
Could anyone please guide in achieving this scenario using javascript or react?