Mario,

Just want to draw your attention to this method below to contradict your 
"Converting a tiddler title to a date isn't that easy at the moment"

Posted above
This little snip it may help. If text dates including the title uses 
hyphens eg 2017-11-28  you can do the following

ie; You can treat the text date as a serial number date.

<$view field="title" format="date" template="DDD DDth MMM YYYY"/>

Or any other date format.

Such as this critical one <$view field="title" format="date" 
template="YYYY0MM0DD000000000"/>
Which in effect is the "like" the normal date value (check number of 0s 
before using )

Or to get your Day of Week out of your title
<$view field="title" format="date" template="DDD"/>



On Thursday, 7 December 2017 02:07:09 UTC+11, PMario wrote:
>
> Hi, 
>
> Converting a tiddler title to a date isn't that easy at the moment. ... 
> But you could vote up this PullRequest 
> https://github.com/Jermolene/TiddlyWiki5/pull/2963, which would make it 
> much easier. 
>
> have fun!
> mario
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/678a27e4-10da-48a8-913f-39d39595c1b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to