Softricks
Date Calculator is based on a simple requirement
of being able to perform date calculations in an
easy-to-use and efficient manner. Examples of date
calculations include finding difference between
2 date constants (in any date formats) in terms
of years/months/weeks/days, adding a certain time
to a given datetime constant and getting the result
in any timezone and so on..
Why not start with v1.0?
The date calculator will reach v1.0 mark once it
gets some missing functionality. Currently it
can calculate the difference between 2 date constants.
More complex functionality will be added soon
for release 1.0.
v0.92 of this
script has been released
(11/07/2006):
Support for difference between 2 datetime constants in any timezone!.
So you can get the difference right upto seconds and the 2 datetime constants do not have to be in the same timezone. Say, find the flight duration when you depart from New York and land in Tokyo!!
Calculates from any date unit - so you can
get a difference in terms of Years/Months/Weeks/Day-Of-Weeks/Days.
If you specify Months, it can give the difference
in terms of Months+Days. For Weeks, in terms
of Weeks+Days and so on.
Find differences like "how many Mondays
will the period between 2 dates have!" -
Select DOW option in the demo below for this
and select the day of the week you want to be
counted.
Accepts any date format including time starting with v0.91.
Works with different timezones. So one datetime constant can be in one timezone and the other in some other timezone.