mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Add formatted date to EOL field in asset detailed view
This commit is contained in:
parent
7faaa4ce24
commit
d2fc27e21d
|
@ -626,7 +626,7 @@
|
|||
</strong>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
{{ $asset->present()->eol_date() }}
|
||||
{{ Helper::getFormattedDateObject($asset->present()->eol_date(), 'date', false) }}
|
||||
|
||||
|
||||
@if ($asset->present()->months_until_eol())
|
||||
|
|
Loading…
Reference in a new issue