piDobValueM( {{dob-select-month}} )
piDobYearShift( {{dob-select-month}} )
( {{dob-select-year}} - {{dob-year1}} ) % 100
parseInt( String( {{dob-select-year}} ).substring(0,2) )
( 13 * ( {{dob-month-number}} + 1 ) ) / 5
{{dob-select-date}} + {{dob-part1}} + {{dob-year2}} + ( {{dob-year2}} / 4 ) + 5 + ( 6 * {{dob-century}} )
Math.round({{dob-part2}} % 7)
piDobDay( {{dob-part3}} )