I have this in a 2.4 TW:

<<tiddler __dummy with:{{
 window._today=new Date().formatString("drawing.YYYY.0MM.0DD..hh.0mm.
0ss");
 window._bitmap=new Date().formatString("drawing.YYYY.0MM.0DD..hh.0mm.
0ss.jpg");
 }}>><<newTiddler
 title: {{_today}}
 label:"new paint"
 prompt:"create a new bitmap tiddler"
 text:{{
   '[img['+_bitmap+']]\n' +
   '<<LaunchApplication "edit this bitmap" "click" "' + _bitmap + '">
\>';
 }}
 tag: "paint">>

I assume because I have ss in there (seconds) that if I click the
button again within 30 seconds it should generate a tiddler with a
date 30 seconds later, but it doesn't.  It just returns "drawing.
2008.12.11..9.44.22 (1)" i.e. the same one it just did but with the
(1) added.

Am I misunderstanding how this should work, or is this a bug?

Dave Parker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to