Skip to content
Snippets Groups Projects
Commit 3136d5ff authored by André Noack's avatar André Noack
Browse files

fixing release date

parent aa9f25bf
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@
<td>
<?= htmlReady($marketplugin->uses->count()) ?>
</td>
<td data-sorter="<?= $marketplugin->releases->orderBy('chdate DESC')->first()->chdate ?>">
<?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?>
<td data-sorter="<?= $marketplugin->releases->orderBy('chdate DESC')->val('mkdate') ?>">
<?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->val('mkdate')) ?>
</td>
<td>
<?= htmlReady($marketplugin->getDownloads()) ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment