This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Countdown

Old posts that have not been replied to for several years.
Locked
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Countdown

Post by Rusher2K »

Hello,

has somebody an idea how to write a script that show the countdown until dezember 24

Like :

!countdown
3wks 6days 7hrs 26mins 1sec untill X-mas
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: Countdown

Post by egghead »

Rusher wrote:Hello,

has somebody an idea how to write a script that show the countdown until dezember 24

Like :

!countdown
3wks 6days 7hrs 26mins 1sec untill X-mas
Step one: determine the [clock seconds] of 24 December.
Step two: determine current time in [clock seconds].
Step three: Compute the difference of the two.
Step four: use [duration] to format the difference.
Locked