 $(document).ready(function() {
    $('.fecha_enriquecida').datepicker({dateFormat: 'yy-mm-dd'});
   });

