var d = 31; var m = 03; var y = 1987; var t = new Date(); var a = ( t.getFullYear() - y - ((t.getMonth() - --m||t.getDate() - d)<0) );