1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

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

View File

@ -31,4 +31,5 @@ TagManager/Count/Heading: Count
TagManager/Icon/Heading: Icon
TagManager/Info/Heading: Info
TagManager/Tag/Heading: Tag
Tiddler/DateFormat: DDth MMM YYYY at hh12:mmam
UnsavedChangesWarning: You have unsaved changes in TiddlyWiki

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>