Added date when daily report was pulled to display on report.

This commit is contained in:
Daniel Wathen
2023-01-20 11:21:52 -07:00
parent 8b1cf80ded
commit 649805bde6
2 changed files with 5 additions and 1 deletions

View File

@ -37,6 +37,10 @@
<br /><br />
</div>
<div>
<p class="text-end">Date Pulled: @DateTime.Now</p>
</div>
<button class="btn btn-outline-dark float-start dailyReportTable" onclick="toggleWeek()">View Previous Week</button>
<button class="btn btn-outline-dark float-end dailyReportTable hidden" onclick="toggleWeek()">View Current Week</button>
<br /><br />