mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-15 11:45:40 +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:
parent
1e06824ed1
commit
acbf87657b
@ -31,4 +31,5 @@ TagManager/Count/Heading: Count
|
|||||||
TagManager/Icon/Heading: Icon
|
TagManager/Icon/Heading: Icon
|
||||||
TagManager/Info/Heading: Info
|
TagManager/Info/Heading: Info
|
||||||
TagManager/Tag/Heading: Tag
|
TagManager/Tag/Heading: Tag
|
||||||
|
Tiddler/DateFormat: DDth MMM YYYY at hh12:mmam
|
||||||
UnsavedChangesWarning: You have unsaved changes in TiddlyWiki
|
UnsavedChangesWarning: You have unsaved changes in TiddlyWiki
|
||||||
|
@ -5,6 +5,6 @@ tags: $:/tags/ViewTemplate
|
|||||||
<div class="tc-subtitle">
|
<div class="tc-subtitle">
|
||||||
<$link to={{!!modifier}}>
|
<$link to={{!!modifier}}>
|
||||||
<$view field="modifier"/>
|
<$view field="modifier"/>
|
||||||
</$link> <$view field="modified" format="relativedate"/>
|
</$link> <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/>
|
||||||
</div>
|
</div>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
Loading…
Reference in New Issue
Block a user