$(function() { $("#myBirthDate").dOb({ dOb_Y: '#dOb_Y', // element year dOb_M: '#dOb_M', // element month dOb_D: '#dOb_D', // element day from_Y: 2010, // from year (default: 2000) to_Y: 2023, // to year (default: 2023) isPadding: true // is padding zero (default: true) }); });