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.285.589 Times

Date Difference software
Filter: All | Freeware | Demo
 

Date Difference

1 2 3 4 5 > 
Added: August 02, 2008 | Visits: 1.634

MyLife Handy Utilities Freeware A set of free Handy Apps and Utility programs. Contains assorted programs for picture browsing, picture draw, picture merging, Address book, weekly time table, Date difference calculator, Financial record, address label printer, Executive desktop, Unit conversions, File manager, makeup, linen and...



Platforms: Windows

License: Freeware Size: 89.94 MB Download (570): MyLife Handy Utilities Freeware Download

Released: January 18, 2013  |  Added: January 18, 2013 | Visits: 485

Difference Between Two Dates Software This software offers a solution for users who want to find the difference between two dates. The user simply selects a date from the top calendar and one from the lower calendar and with one click the difference will be displayed in four lines: the full result, whole years, months and days. This...





Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 396 KB Download (427): Difference Between Two Dates Software Download

Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 598

DateTime Report DateTime Report counts all date and time elements for the events based on the current time, and list the difference in the years, months, weeks, days, hours, minutes, seconds unit. Besides, it provides a powerful reminder, which can remind you of the event in any type of recurrence pattern. You...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 1003.52 KB Download (507): DateTime Report Download

Released: October 27, 2014  |  Added: March 23, 2015 | Visits: 629

Time and Date Calculator Time and Date Calculator is a powerful and easy to use date / time related calculator, counter and converter. It has five main purposes: Calculate target date & time by adding/subtracting some time elements (years, months, weeks, days, hours, minutes and seconds) based on a specified time....


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $19.99 USD Size: 432.33 KB Download (44): Time and Date Calculator Download

Added: January 17, 2006 | Visits: 8.865

Java Date Picker Java Date Picker is a suite of professional date components for Swing that contains a calendar, a date picker and a date time field. It also provides a date cell editor for JTable components. This is a quick list with the most important features: * Null dates support to allow flexible date...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Commercial Cost: $119.00 USD Size: 917 KB Download (615): Java Date Picker Download

Added: September 01, 2006 | Visits: 5.188

Easy Date Converter Easy Date Converter is a program to perform arithmetical operations with Gregorian, Julian and Annus Novus dates and Julian day numbers. (It is a trilingual English/German/Spanish program.) Suppose a meeting is scheduled for exactly ten weeks (70 days) from Christmas Day 2003. What date will...


Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 1.61 MB Download (157): Easy Date Converter Download

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

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: March 30, 2011  |  Added: April 04, 2011 | Visits: 1.541

File Date Changer File Date Changer allows you to change or modify the dates (timestamp) for one or more files,folders (directories) and subfolders, such as the creation date, last modified date or the last accessed date easily.


Platforms: Windows, Other

License: Shareware Cost: $24.95 USD Size: 740.45 KB Download (132): File Date Changer Download

Added: September 14, 2010 | Visits: 1.422

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 (368): Date::Hijri Download

Added: February 12, 2010 | Visits: 1.161

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: February 27, 2010 | Visits: 1.003

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: 986

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.579

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: 974

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.677

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 22, 2010 | Visits: 1.162

HDR Visual Difference Predictor Visual difference metrics can predict whether differences between two images are visible to the human observer or not. Such metrics are used for testing either visibility of information (whether we can see important visual information) or visibility of noise (to make sure we do not see any...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): HDR Visual Difference Predictor Download

Added: July 25, 2010 | Visits: 948

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.115

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 29, 2011  |  Added: October 02, 2011 | Visits: 1.581

Javascript Calendar Date Picker Transform your input text control into a date-picker control. JavaScript Calendar Date Picker control makes it easy to fill out the date/time fields for the website users by selecting the date and time from a popup calendar. Save development time and optimize user experience without the use of...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 5.35 MB Download (126): Javascript Calendar Date Picker Download

Released: February 10, 2011  |  Added: February 17, 2011 | Visits: 1.251

ESBDateCalc Pro - Date Calculator ESBDateCalc Pro is our Date Calculator for Windows and it aims to provide a sophisticated yet easy to use tool to perform Date Calculations. This includes displaying various information for a given year and a given date, as well as doing calculations on a Date Range as well as a Date / Time...


Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 3 MB Download (299): ESBDateCalc Pro - Date Calculator Download

1 2 3 4 5 >