case "Czech":
lday = new Array('Ne','Po','Ut','St','Ct','Pa','So');
lmon = new Array('leden','unor','brezen','duben','kveten','cerven','cervenec','srpen','zari','rijen',…9;listopad','prosinec');
theDate = new Date();
calstr = (lday[theDate.getDay()]) + ' ' + (theDate.getDate()) + '. ' + (lmon[theDate.getMonth()]) + ' ' + (theDate.getFullYear());
break;More
May 21, 2005 ·
version 1.1 Dan S
Hey what's up? Where are the updates, advancements? This is a neat little widget that should be refined. ACiDbaby has some great idea's it would be great to see some action on this one.
March 15, 2005 ·
version 1.1 ACiDbaby
Just short of being perfect.
Requested features:
[1] Font options (font, size, color).
[2] A completely transparent bg skin.
[3] Allow user to define the format of the text and date output, like a text field where the user can type in formats. Example: "DDD Mmm-dd yyyy" yields "FRI Mar-13 2005".
[4] Resizable width or at least auto fit to contents.
December 11, 2004 ·
version 1.1 Dan S
Boring is good, you don't have to mess with it! The only problem I have is in Float mode it doesn't always stay on top of the windows I have open. Fixing this would truly make it "Perfect"!
March 20, 2004 ·
version 1.1 Mike M
boring and nearly perfect! notes...changeable font size & color, would be nice as well as a flat panel with an opaque background as a color sceme.