Switch to absolute date format

The present implementation of relative dates doesn’t auto-update, nor
does it work effectively in static renderings. Until that’s fixed, I
think it is better to switch to absolute dates.
This commit is contained in:
Jermolene
2015-10-07 18:35:23 +01:00
parent 1e06824ed1
commit acbf87657b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ tags: $:/tags/ViewTemplate
<div class="tc-subtitle">
<$link to={{!!modifier}}>
<$view field="modifier"/>
</$link> <$view field="modified" format="relativedate"/>
</$link> <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/>
</div>
</$reveal>