On Wednesday, December 4, 2019 at 12:47:13 AM UTC-8, Qalisto wrote:
>
> I seem to be unable to find the tutorial or info on how to change the date 
> format of a newly created Tiddler.
> (The date under the Title) The default gives me: "*4th December 2019 at 
> 8:40am*"
> I want: "*2019 12 04  0840 [UTC]*"
>

In $:/core/ui/ViewTemplate/subtitle, you will find:
<$view field="modified" format="date" 
template={{$:/language/Tiddler/DateFormat}}/>

In $:/language/Tiddler/DateFormat, it says:
DDth MMM YYYY at hh12:0mmam

You can change this to:
[UTC]YYYY 0MM 0DD 0hh0mm [UTC]

Note that the first "[UTC]" is a date formatting code that "time shifts" 
from local time to UTC, while the second "[UTC]" is simply literal 
character output.

see https://tiddlywiki.com/#DateFormat for all the possible date formatting 
codes

enjoy,
-e







 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4d16ba13-2f51-45ec-9c6f-46264b34bcf6%40googlegroups.com.

Reply via email to