JS Sprawdź, czy data to przyszłość

var now = new Date();
if (before < now) {
  // selected date is in the past
}
Concerned Curlew