I am grabbing dates from a web page and store them as a variable to later put into an excel file. However, the formatting of the dates are like this “Jul 1, 2020, 8:17 PM”. Excel does not recognize this as a date, and I would like to make it so that you could compare the grabbed dates to something like “DateTime.Now.ToString(“yyyy/MM/dd”)”.
Is there any way this can be achieved or is it too difficult and complex of a task?