var date = $("#date").text();
// this date is variable 01/06/2017
// this date is also will be variable
var startdate = 01 / 06 / 2017
if (date == startdate) {}
if (date < startdate) {}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js"></script>
how to compare two date and check different condition i got