Skip to content

Commit

Permalink
Update view timecode in tickets (#44)
Browse files Browse the repository at this point in the history
Updated view in Tickets to include month Month/Day/Year
  • Loading branch information
scarecr0w12 authored Mar 18, 2022
1 parent e35a783 commit 63947b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/modules/admin/views/tickets/tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<p class="uk-text-small"><i class="fas fa-info-circle"></i> <?= $this->lang->line('table_header_class'); ?> : <?= $this->wowgeneral->getClassName($this->wowrealm->getCharClass($ticket->playerGuid, $multirealm)) ?></span></p>
<p class="uk-text-small"><i class="fas fa-info-circle"></i> <?= $this->lang->line('table_header_faction'); ?> : <?= $this->wowgeneral->getFaction($this->wowrealm->getCharRace($ticket->playerGuid, $multirealm)) ?></p>
<p class="uk-text-small"><i class="fas fa-star"></i> <?= $this->lang->line('panel_last_ip'); ?> : <?= $this->wowauth->getLastIPID($this->wowrealm->getAccountCharGuid($multirealm, $ticket->playerGuid)) ?> </span></p>
<p class="uk-text-small"><i class="fas fa-clock"></i> <?= $this->lang->line('table_header_date'); ?> : <?= date('H:i, d Y', $ticket->createTime); ?></p>
<p class="uk-text-small"><i class="fas fa-clock"></i> <?= $this->lang->line('table_header_date'); ?> : <?= date('H:i, m/d/Y', $ticket->createTime); ?></p>
</div>
</div>
</div>
Expand All @@ -76,4 +76,4 @@
</div>
</div>
</div>
</section>
</section>

0 comments on commit 63947b6

Please sign in to comment.