> <<TTReportView
> DisplayFields:"Title,Priority,Status,Type,Scope,DueDate"
> OrderBy:"DueDate,asc"  Status:"!complete" DueDate: "2011-11-09">>
>
> Please note the hard coded date in there. This part I'd like to have
> dynamic.
> How can I parse the todaysdate in there e.g from  <<today YYYY-
> MM-0DD>>
> How can I parse tomorrows day? The today macro would not work here...

You can use the *evaluated parameter* syntax: {{javascript code}}
to compute the desired value for the DueDate.  when the macro is
processed, the code inside the {{...}} is evaluated and the resulting
value is used as the value for the indicated parameter.

Thus:
  <<TTReportView ... DueDate:{{new Date().formatString("YYYY-MM-0DD")}}
>>


enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to