Determines if the date is in the future.
this is date specific. So, if it is 1:00 PM and you pass a date that is today at 2:00 PM, it will return false, because the "date" is the same.
Determines if the date is in the future.