]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/daily.html
Define date format in templates instead of index.php.
[github/shaarli/Shaarli.git] / tpl / daily.html
index c53e6f7170e33103177f6e2b631c76d1e769e590..919795bb4f2943f5ce1c163eb79b4123945bded5 100644 (file)
@@ -30,7 +30,7 @@
                         </div>
                         {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"}
                             <div class="dailyEntryLinkdate">
-                                <a href="?{$link.linkdate|smallHash}">{$link.localdate}</a>
+                                <a href="?{$link.linkdate|smallHash}">{function="strftime('%c', $link.timestamp)"}</a>
                             </div>
                         {/if}
                         {if="$link.tags"}