jQuery(document).ready(function()
{

  jQuery(".field-date input").datepicker(
    {
dateFormat: 'd MM yy'
    } 
     
  );

});

