File: pop_datepicker.asp
Line: 200
Rem -Assign a Default date to dDate variable
dDate = DateAdd("yyyy", -13, strForumTimeAdjust)
Modify as below. Replace the word YEAR with the year you want to show as default.
Rem -Assign a Default date to dDate variable
dDate = cDate(1/1/YEAR)