I’m aware of doing this with a library in order to find the current date and use an integer to find the next date, but I’m trying to find the number of days between two date strings in this format
Date1.value = ‘2022-02-22’;
Date2.value = ‘2022-03-01’;
Is there a library I need for this or could I do it with vanilla JS