addendum:

Here's a bit of additional coding to provide nicer formatting to the result:
\define formatDate()
<$tiddler tiddler=<<thisdate>>><$view field="title" format="date" 
template="[UTC]DDD, DDth MMM YYYY" /></$tiddler>
\end

<$wikify name="countlist" text=<<getCounts>>>
<$vars thisdate={{{ [enlist<countlist>sort[]last[]split[;]rest[]] }}}
      thiscount={{{ [enlist<countlist>sort[]last[]split[;]first[]trim[0]] 
}}}>
On <<formatDate>>, <<thiscount>> tiddlers were created<br>
</$vars>
</$wikify>

Notes:
1) The formatDate() macro takes a system date, stored in the <<thisdate>> 
variable, and converts it to a nicely formatted date string
2) Use $vars to extract and hold the date and count values as variables, 
"thisdate" and "thiscount"
3) Then display the desired output text, referencing <<formatDate>> and 
<<thiscount>>

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/10b0afd0-b483-494e-aaa7-7855c13f9311n%40googlegroups.com.

Reply via email to