Added Todays date to copy trip

This commit is contained in:
johnny@pittpc.com 2020-04-04 23:38:46 -04:00
parent 7e1ee10a7f
commit d05e26fdb5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
</div>
<input type="date" class="form-control" name="date" required>
<input type="date" class="form-control" name="date" value="<?php echo date("Y-m-d"); ?>" required>
</div>
</div>