Age [In different formats]

By Afterburn on Jun 15, 2005

Put in aliases.

Press F3.

/F3 {
var %age $ctime - $ctime(Dec 06 1990 07:52:00)
var %mil $round($calc(%age /60 /60 /24 /365.242199 /1000),2) millenia
var %cen $round($calc(%age /60 /60 /24 /365.242199 /100),2) centuries
var %dec $round($calc(%age /60 /60 /24 /365.242199 /10),2) decades
var %yea $round($calc(%age /60 /60 /24 /365.242199),2) years
var %mon $round($calc(%age /60 /60 /24 /365.242199 *12),2) months
var %wee $round($calc(%age /60 /60 /24 /7),2) weeks
var %day $round($calc(%age /60 /60 /24),2) days
var %hou $round($calc(%age /60 /60),2) hours
var %min $round($calc(%age /60),2) minutes
var %sec %age seconds
say My age in different formats: %mil $+ , %cen $+ , %dec $+ , %yea $+ , %mon $+ , %wee $+ , %day $+ , %hou $+ , %min $+ , %sec
}

Comments

Sign in to comment.
Stealth   -  Jun 15, 2005

well all the settings are fine for me saying as Afterburn has the same bday as me, all i need to change is the time

 Respond  
DarthReven   -  Jun 15, 2005

its nice but you should make it so people can set their age with in the $ctime() easier

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.