Dave,

The dates are typicaly held in fields in each tiddler eg created and modified. 
If your list widget is not using the variable parameter, the currentTiddler is 
set for each title found in the filter (inside the list widget), so you can 
refer to the the field as follows {{!!created}} but this returns the actual 
content, a date serial number. You can use the view widget, format=date or 
format=relativedate to format the date/time fields how you want. With 
format=date you need to provide the template format, eg template="YYYY-0MM-0DD".


EG

<$list filter="that generates a list of tiddlers">
{{!!title}} <$view field=created format=date template="YYYY MMM"/> OR 
{{!!created}}
</$list>

For someone used to using list-links you may want to replace {{!!title}} with 
the link widget <$
link to={{!!title}} tooltip="Custom tooltip">{{!!title}}</$link>

Above typed from memory not rested.

Ps search for the date fields not a regex form of date with has[fieldname]]

Tony


Regards
Tony

-- 
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/e7e13066-83ab-47a8-b264-4673df2eaf25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to