Hi, On Monday, December 18, 2017 at 12:14:02 AM UTC+1, Evan Balster wrote: > > > Please continue experimenting and reporting any issues you turn up. I'll > be interested to see if the date & time stuff suits the needs of the users > who've chimed in about that. >
Very cool! Thank you! Two quick observations: 1.) Apparently, a date from a tiddler field is accepted only when it is formatted as "YYYYMMDD" (but not e.g. "YYYY-MM-DD"). Maybe you could add this info to the documentation? 2.) I created a group of tiddlers with the same tag. Each tiddler contains a date in the "datum" field. I was able to pick the latest date from the list and add 14 days with the following syntax: (= date(sum([tag<currentTiddler>!sort[]last[1]get[datum]],14)) =) Using the "sum" function here is a bit clumsy, though (because only one argument is provided). Is there any other way to get "date" to accept the filter result? Cheers, Stef -- 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 post to this group, send email to [email protected]. 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/8f80f154-2af0-4c6e-b253-5b52b53bcee2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

