$(document).ready(function() {

   // ***************************************************************************
   // nastaveni date picker      
   $('.input-text-date').datepicker({ dateFormat: 'yy-mm-dd', changeMonth: true, changeYear: true });  
   $(".input-text-date").datepicker($.datepicker.regional['cs']);   
   $('.birthday').datepicker('option', 'yearRange', '1910:2019');
   
   
   $("#tabs_public").tabs({ cookie: { expires: 30 } });


});


