$(function()
    {
        $('.date-pick').datepicker({ yearRange: '-70:+20' });
    })
