I have two date periods in my invoice,
Total bill period - 6 Nov 2019 to 3 Feb 2020 (String)
price change period - 22 Jan 2020 to 3 Feb 2020 (String)
So the total bill period is for 90 days, in which there is a price change for 13 days from 22nd Jan 2020 to 3 Feb 2020.
I need to get the bill period for the non price change days which is - 6 Nov 2019 to 21 Jan 2020.
What is the best way to get the difference between these dates ?
Thanks in advance!