Disable ion-row button after a click till midnight

I want attendance of a class to be taken once a day. What is the shortest way to go about it in your opinion? Thanks :smiley:

<ion-row justify-content-center>
        <button class="button-block" ion-button round block (click)="sendAttendance()">Update</button>
    </ion-row>