Below is a code whereby i want the button to be hidden if the checkoutdate is greater that than today
<button class="btn btn-primary btn-sm d-none d-sm-inline-block" type="button" data-bs-target="#modalInsertPay" data-bs-toggle="modal" dmx-hide="data_detailContracts.data.checkOutDate.toDate()>NOW.toDate()" id="btnApartPayment"><i class="fas fa-plus fa-sm text-white-50" style="font-size: 12px;"></i> Renew Contract</button>
