mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
{{ $asset->present()->eol_date() }}
|
{{ Helper::getFormattedDateObject($asset->present()->eol_date(), 'date', false) }}
|
||||||
|
|
||||||
|
|
||||||
@if ($asset->present()->months_until_eol())
|
@if ($asset->present()->months_until_eol())
|
||||||
|
|
Loading…
Reference in a new issue