Jquery date picker current year issue

Jquery date picker current year issue

I am using jquery 1.11 which is latest one.
         $(".datepicker").datepicker({
             dateFormat: 'mm-dd-yy',
            changeMonth: true,
            changeYear: true,
            yearRange: '1930:-18'

From my date picker default year is showing as 1930 and current month but current year is displaying on text box once i select date .

If i select another year from drop down then it is showing correctly.

Problem with initial one only, please let me know how to fix this issue.