This is a very simple but basic calculation.
- First, convert your MONTH OF BIRTH (MOB) to a number
January is '1'
February is '2'
March is '3'
April is '4'
May is '5'
June is '6'
July is '7'
August is '8'
September is '9'
October is '10'
November is '11'
December is '12'
- Second, convert the CURRENT CALENDAR YEAR (CCY) to a single number
2007 is 2+0+0+7= 9
2008 is 2+0+0+8=10; 1+0=1
2009 is 2+0+0+9=11; 1+1=2
- Third, add together your DAY OF BIRTH (DOB), MOB and CCY. The Personal Year equals MOB + DOB + CCY
For 2007, with a DOB of April 2
4 + 2 + 9 = 6 Personal Year
For 2008, with a DOB of November 23
MOB 11->2
DOB 23->5
CCY 10->1
2 + 5 + 1= 8 Personal Year
Recent Comments