Feature Requests item #708313, was opened at 2003-03-23 02:31 Message generated for change (Comment added) made by shawnkhall You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432069&aid=708313&group_id=42081
Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Pasting date to Windows clipboard Initial Comment: I use a freeware program called TClockEx, which is an enhanced Windows taskbarclock (available from http://users.iafrica.com/d/da/dalen/tclockex.htm) that provides a feature that would be a helpful addition to your very useful Quick Search Deskbar. If one clicks on the TClockEx taskbar, this copies the date to the Windows clipboard, for pasting into other applications (in a previously selected format). If you added this feature to the Quick Search Deskbar, it would presumably use a double-click. [EMAIL PROTECTED] ---------------------------------------------------------------------- >Comment By: Shawn K. Hall (shawnkhall) Date: 2005-01-25 03:25 Message: Logged In: YES user_id=219805 You can use the banner button for this functionality with a script attached in this fashion (two lines): bannerlink="jsx var dt=new Date();ndt=dt.getDate()+'/'+ (dt.getMonth()*1+1)+'/'+dt.getFullYear ();window.clipboardData.setData('Text',ndt);"; bannerasgo=false; This will set the clipboard to the date in the format "d/m/yyyy", play with the script inside the bannerlink variable to change presentation order. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=432069&aid=708313&group_id=42081 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel
