I think I d not completely understand it, but I think, you need to make a copy of the mentioned tiddler and should simply replace
date.getDate()+' '+$tw.config.dateFormats.months[date.getMonth()]+' '+date.getFullYear() with something like: $tw.utils.formatDateString(date, "YYYY-MM-DD") -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

