Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CS251000 authored May 15, 2024
1 parent de86022 commit 0238eeb
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 @@ -381,7 +381,7 @@ <h2>Make an Appointment</h2>
</div>
<div class="row">
<div class="col-md-4 form-group mt-3">
<input type="datetime" name="date" class="form-control datepicker" id="date"
<input type="date" name="date" class="form-control datepicker" id="date"
placeholder="Appointment Date">

</div>
Expand Down

0 comments on commit 0238eeb

Please sign in to comment.