mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Updated transaction year display
This commit is contained in:
parent
302db41392
commit
6aab351bf6
@ -241,10 +241,10 @@
|
||||
@takedown.ActionTaken
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
@takedown.DateRequested.ToString("MMMM dd, YYYY")
|
||||
@takedown.DateRequested.ToString("MMMM dd, yyyy")
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
@takedown.DateActionTaken.ToString("MMMM dd, YYYY")
|
||||
@takedown.DateActionTaken.ToString("MMMM dd, yyyy")
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user