change your birth year to 1970 and add another variable:
var %birth.month = October
var %birth.day = 17
var %birth.year = 1970
var %birth.time = 00:00:00
var %difference = 31557600

(easier to figure 2 full years)

then change the line:
Code:
var %i = $calc($ctime - $ctime(%birth.month %birth.day %birth.year %birth.time))

to
Code:
var %i = $calc($ctime - $ctime(%birth.month %birth.day %birth.year %birth.time)-(%difference))

That should work for you smile (tested here and working with a lot larger difference)

edit: I'm sure there's a formula that could be used to actually calculate the %difference variable for you, but ... read my signature grin

Last edited by CtrlAltDel; 03/05/05 05:50 PM.