Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.733 Times

Add Date freeware
Filter: All | Freeware | Demo
 

Add Date

< 1 2 3 4 5 > 
Added: July 26, 2006 | Visits: 7.681

Add-Ins Add-ins.com has over 50 Microsoft Excel add-ins that make Excel easier to use and save you time, plus downloadable books (full of examples) on how to write Excel macros. The add-ins range from the Spreadsheet Assistant, which adds many time saving features to Excel, to specialized add-ins like... Platforms: Windows

License: Freeware Download (744): Add-Ins Download

Released: July 26, 2007  |  Added: August 04, 2007 | Visits: 4.607

Snap Shots Add-On for Internet Explorer Put Snap Shots, the most popular website upgrade in the world, on the sites you visit every day, like Google, Yahoo!, and MSN Live, MySpace, Amazon and Wikipedia, plus blogs and many other sites. Snap Shots Add-On for Firefox turns their ordinary links into inline videos, photo albums,... Platforms: Windows, Mac, *nix

License: Freeware Size: 141.53 KB Download (134): Snap Shots Add-On for Internet Explorer Download

Released: March 31, 2007  |  Added: March 07, 2008 | Visits: 6.345

EXIF Date Changer Exchangeable Image File (EXIF) data is stored within JPEG images. Almost all digital cameras record and store the cameras settings, scene information, date/time the photo was taken etc within this EXIF data. This information can be really useful when it comes to sorting and viewing your digital... Platforms: Windows

License: Freeware Size: 592.75 KB Download (627): EXIF Date Changer Download

Released: June 15, 2008  |  Added: April 27, 2010 | Visits: 3.429

Add-in Express Toys for VSTO and Excel This is a free sample add-in (ready to install and use) that adds a number of useful features to Microsoft Excel, including advanced options for Excel styles, merging cells and special paste options. The add-in is based on the innovative Add-in Express technology and gives you an example of... Platforms: Windows

License: Freeware Size: 452.99 KB Download (210): Add-in Express Toys for VSTO and Excel Download

Added: September 14, 2010 | Visits: 1.429

Date::Hijri Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. SYNOPSIS use Date::Hijri; # convert gregorian to hijri date my ($hd, $hm, $hy) = g2h($gd, $gm, $gy); # convert hijri to gregorian date my ($gd, $gm, $gy) = h2g($hd, $hm, $hy); This simple module converts... Platforms: *nix

License: Freeware Size: 4.1 KB Download (374): Date::Hijri Download

Added: November 21, 2010 | Visits: 1.172

Add to Noatun Add to Noatun playlist is a service menu that can add files to the Noatun players playlist.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities Screensaver News... Platforms: *nix

License: Freeware Download (94): Add to Noatun Download

Added: February 12, 2010 | Visits: 1.168

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: May 13, 2010 | Visits: 1.430

Add Podcast to amaroK This script is adding a new action item to Konqueror, this will allow you to add Podcasts to amaroK with just 3 clicks. The item is adding the selected URL to amaroKs Podcast database. Note that the script is not very dynamic. It will not be able to recognize PHP based Podcasts if its not... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Add Podcast to amaroK Download

Added: February 27, 2010 | Visits: 1.007

Date::Pcalc Date-Pcalc is a Perl module and is a direct translation of Steffen Beyers excellent Date::Calc module to use Perl only instead of a combination of Perl and C. This package consists of a Perl module for all kinds of date calculations based on the Gregorian calendar (the one used in all western... Platforms: *nix

License: Freeware Size: 61.44 KB Download (89): Date::Pcalc Download

Added: October 14, 2010 | Visits: 991

Date::Convert::French_Rev Date::Convert::French_Rev can convert from / to French Revolutionary Calendar. SYNOPSIS use Date::Convert::French_Rev; Converting from Gregorian (or other) to Revolutionary $date=new Date::Convert::Gregorian(1799, 11, 9); convert Date::Convert::French_Rev $date; print $date->date_string,... Platforms: *nix

License: Freeware Size: 36.86 KB Download (93): Date::Convert::French_Rev Download

Added: October 21, 2010 | Visits: 1.589

Fast Date Picker Fast Date Picker project is a calendar which is easy to integrate into pages that require the users to select a date like on travel sites. Written in ECMAScript, it responds faster to the users clicks than most of the server-side-based or Java-applet-based date pickers often found on travel... Platforms: *nix

License: Freeware Size: 4.1 KB Download (140): Fast Date Picker Download

Added: September 02, 2010 | Visits: 982

Date::Roman Date::Roman is a Perl OO extension for handling roman style dates. SYNOPSIS use Date::Roman; $caesar_death = Date::Roman->new(roman => id 3 702); print $caesar_death->ical(),"n"; #prints -520315 This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (124): Date::Roman Download

Added: January 12, 2010 | Visits: 2.683

Date::Formatter Date::Formatter Perl module is a simple Date and Time formatting object. SYNOPSIS use Date::Formatter; # create a Date::Formatter object with the current date and time. my $date = Date::Formatter->now(); # create a formatter routine for this object # see formatter mini-language... Platforms: *nix

License: Freeware Size: 12.29 KB Download (112): Date::Formatter Download

Added: July 25, 2010 | Visits: 955

Class::Date Class::Date is a perl module, which provides a simple date type for perl. You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g.,... Platforms: *nix

License: Freeware Size: 34.82 KB Download (89): Class::Date Download

Added: November 15, 2010 | Visits: 1.120

Date::ICal Date::ICal is a Perl extension for ICalendar date objects. SYNOPSIS use Date::ICal; $ical = Date::ICal->new( ical => 19971024T120000 ); $ical = Date::ICal->new( epoch => time ); $ical = Date::ICal->new( year => 1964, month => 10, day => 16, hour => 16, min => 12, sec => 47 ); $hour =... Platforms: *nix

License: Freeware Size: 44.03 KB Download (104): Date::ICal Download

Released: September 24, 2010  |  Added: November 09, 2010 | Visits: 2.465

Barcode Add in for Word and Excel Easily generate barcodes in Microsoft Word and Excel with this add-in. The add-in changes the selected data to a barcode when applied. In Excel, it may be used to convert an entire column or row of data into barcodes. This product may be used royalty free with a valid license to any of... Platforms: Windows

License: Freeware Size: 4.13 MB Download (283): Barcode Add in for Word and Excel Download

Released: April 04, 2012  |  Added: April 15, 2012 | Visits: 1.927

SiteLauncher Firefox Add-On SiteLauncher is a light Firefox add-on that provides a lightning-fast and clutter-free way to navigate to your most-wanted websites using keyboard shortcuts. Pressing the Launcher Hotkey”Ctrl+Space by default”brings forward the Launcher from where you have single key tap access to each... Platforms: Windows, Mac, *nix, Other

License: Freeware Size: 343.66 KB Download (90): SiteLauncher Firefox Add-On Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 487

Date Warp for Mac OS Five days ago, Janet left her dorm to go on a date. She never returned. Was she kidnapped? Murdered? Did she run away? Will she ever be seen again? The choices you make can change her fate and help her find romance or destruction in one of eleven surprising endings! Platforms: Mac

License: Freeware Size: 49 MB Download (486): Date Warp for Mac OS Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 1.051

Add Item to Dock for Mac OS Add Item to Dock is a flexible, open-source tool, released for the benefit of system administrators, and developers. Add Item to Dock provides an interface to the defaults program, allowing you to add items to the dock via the command line. - Improved Handling of Symbolic Links Platforms: Mac

License: Freeware Size: 604.16 KB Download (58): Add Item to Dock for Mac OS Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 1.516

Mozilla Add-on SDK The Add-on SDK is a set of tools and APIs for building, testing, and packaging Firefox add-ons. The Add-on SDK is an environment for building Firefox add-ons. It aims to provide a comprehensive set of tools and high-level APIs for simple development of powerful add-ons. Briefly, Add-on SDK is... Platforms: Windows

License: Freeware Download (51): Mozilla Add-on SDK Download

< 1 2 3 4 5 >