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.

How to..?

Old posts that have not been replied to for several years.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Dear Mr. Papillon,

I've tested the following code that you gave me and it resulted in a weird error.. I've forgot to copy the error.. :( .. uhh .. was something about clock scan -gmt or something like this. What you sugest?

Code: Select all

#makes the date a unixtime format 
set a [clock scan aug 08 2002 10:00] 
#extrackts current time(in unixformat) from $a 
set b [expr [unixtime] - $a] 
#makes $b into days,hours,mins.... 
set difference [duration $b] 
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

thx for the reply.. I've complicated me more than you've helped me with an answer ;)
Locked