
$(function(){
  $('.date').calendar();
  popUpCal.dateFormat = 'YMD-';
  popUpCal.yearRange = '-40:+40';
  popUpCal.currentText = 'Present';
});
