Dear Mr Shulman,
Thank you very much!
It got me in the right direction.
Still was not able to get tomorrow's tiddler displayed no matter that the 
error message disappeared.
Until I read somewhere to put a "+" in front of the second "new Date". 
Like so: <<tiddler {{new Date(+ new Date() + 
86400000).formatString('YYYY0MM0DD')}}>>
Seems that this "new Date" was interpreted as something other than a number 
(which would explain the NaN output).
Can that be or is something else wrong and the "+" handling it is just a 
fluke?
It now works perfectly and I can add and subtract days as I please.
Thank you very much.
Johannes


On Tuesday, June 23, 2015 at 11:00:35 AM UTC-4, jpt wrote:
>
> Hello,
> Using  a suggestion that was made in this group I am able to display a 
> tiddler titled with a specific date ("20150623" for example) by writing 
> this:
> <<tiddler {{(newDate()).formatString ('YYYY0MM0DD')}}>>
> However I can not figure out how to format it so it displays a tiddler 
> with a date other than today, e.g. tomorrow's date.
> I also tried the DatePlugin and wrote this:
> <<tiddler {{showDate(Y M D+1 "YYYY0MM0DD"}}>>
> but it gives me an error message.
> What am I doing wrong?
> Best,
> Johannes
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83f19212-c92d-4bd8-9961-40459ee0821d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to