Hi,
I have developed a script, called
Date Calculator.
No it's not to calculate how many chance you've got to get a date with someone
(that's up to yourselfto find out
).
It can be used to calculate how many years, months, days, hours and even minutes and seconds are left to a certain date.
You can use the "/datecalc (SY)"-command to specify a date, or use the interface window (simply click "Specify a date to calculate" in the script's menu).
(SY) is to be replaced with the following syntaxis:
yyyy/MM/dd@hh:mm ss
yyyy = four-digit year value (e.g. 2008)
MM = two-digit month value (e.g. 04 for April)
dd = two-digit day value (e.g. 29 for the 29th of <Month>)
hh = two-digit hour value (24-hour clock; e.g. 15 for 3:00 PM; Specify 00 for midnight. Do NOT specify 24)
mm = two-digit minute value (e.g. 30 for half past <Hour>; must be < 60)
ss = two-digit seconds value (e.g. 30 for half a minute; must be < 60)
Current public version doesn't feature an update function, but my internal (2.83) does.
Public version 2.99 has an update function.
For more informaton and downloads, see
my webpage.
Please use this thread for bug reports and suggestions (of course, I like comments.. Especially positive ones
).