ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Time Stamp to Clipboard

<< < (2/4) > >>

AbteriX:
...  And it does not allow for prefix/suffix text.-hurricanedavid (October 12, 2005, 01:23 PM)
--- End quote ---

You must put ' single quotes '  around the p/s text.
like in this TooltipFormatString:
ddd, d MMM |'Woche' ww|DDD 'te Tag des Jahres'
(an old Registry export from my TClockEx.)

hurricanedavid:
Well gents, the key here is that the program would allow the person to choose on the fly between different time stamp formats that they've already preset.  Both TClock2 and TicTocTitle are excellent programs, but they do not offer this key feature.

I may need one format for a log file I'm working on, and another in emails I write, and another for comments in a PHP script I work in.  In both the programs mentioned, I have to go into the config to change the format for the time stamp, and in TicTocTitle, I have to restart the app.

TicTocTitle already has "Copy time and date" in the popup menu of the systray icon.  Now if it just had more formats to choose from (in that pop up menu), especially if those formats were configurable by the user, it would be perfect.

AbteriX:
There was mention an clipboard utillity on this forum.
With this utillity you could set diff templates to past in too.
In this templates you can also use placeholders for time stamps.
So you could make a few templates with diff date/time items.
What was the name of this tool ?..........

AbteriX:
It was KanaClip
http://www.kana.homeip.net/index.php?i=43


--- ---Permanent clip can be used to put predefined text.
Permanent clip has the ability to create sub menu, so can manage the text better.
Permanent clip uses simple text format so it can be easily edited by using any text editor.
Integrated functions to add current date and time.


---
AND ShortCut
could do such things too.
 http://www.typer.de/


HTH  :huh:

AbteriX:
> It was KanaClip

Ahh, and yes, you must read the HISTROY.txt !!!
to know how it works.




--- ---______________________________________
23:16:18 03.08.2003 - Version 2.0.0.24
...
• Added symbols function for permanent clip. If permanent clip entry
  include the predefined symbol, it will be replaced by the associated
  text. For now, the symbols recognized are:
    %LONGDATE%       = current date in system long date format.
    %SHORTDATE%      = current date in system short date format.
    %LONGTIME%       = current time in system long time format.
    %SHORTTIME%      = current time in system short time format.
    %HOUR%           = current hour with leading zero (00-23).
    %SHORTHOUR%      = current hour without leading zero (0-23).
    %MINUTE%         = current minute with leading zero (00-59).
    %SHORTMINUTE%    = current minute without leading zero (0-59).
    %SECOND%         = current second with leading zero (00-59).
    %SHORTSECOND%    = current second without leading zero (0-59).
    %AMPM%           = the hour will be displayed in 12-hour format,
                       and the AM or PM will be displayed (depends on
                       system setting).
    %DATE%           = current date with leading zero (01-31).
    %SHORTDATE%      = current date without leading zero (1-31).
    %MONTH%          = current month with leading zero (01-12).
    %SHORTMONTH%     = current month without leading zero (1-12).
    %YEAR%           = current year in four-digit number (2003).
    %SHORTYEAR%      = current year in two-digit number (03).
    %MONTHSHORTNAME% = current month as an abbreviation (Jan-Dec) -
                       depends on system setting.
    %MONTHLONGNAME%  = current month as full name (January-December) -
                       depends on system setting.
    %DAYSHORTNAME%   = current day as an abbreviation (Sun-Sat) -
                       depends on system setting.
    %DAYLONGNAME%    = current day as a full name (Sunday-Saturday) -
                       depends on system setting.
  Example:
    Updated: %MONTHLONGNAME% %DATE%, %YEAR%
  will be replaced by
    Updated: August 6, 2003

______________________________________

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version