Skip to content

Commit

Permalink
change date bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
athulkrishnama committed Mar 3, 2024
1 parent c8a8451 commit 37abce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h1 class="hidden">Athul Krishna M A</h1>
<div class="mb-3">
<label for="" class="form-label">Date</label>
<input type="date" value="2023-05-03" id="date" class="form-control"
onkeyup="changeData(this.id)">
onkeyup="changeData(this.id)" onchange="changeData(this.id)">
</div>
<div class="mb-3">
<label for="" class="form-label">Teacher Name</label>
Expand Down

0 comments on commit 37abce7

Please sign in to comment.