Not really sure why this is happening, what I am trying to do is compare todays date to the date in my spreadsheet but this is not working correctly because the date is being parsed as from 1918.
So when I try to do a getTime() on the date it comes up with a negative number, this to my knowledge is because time started to be counted in 1970 so 1918 is before 1970 therefore it is a negative number.
Point is not sure why the dates in my sheet are being parsed from the year 1918?