jQuery.fn.datepicker = function() {
  
};

jQuery.fn.datepicker = function(options){
  this.datepick({dateFormat: 'yy-mm-dd',yearRange: '1920:2020', showOn: 'focus', buttonImageOnly: false, buttonImage: ''});
};

