Code:
$('.datepicker').each(function(){
$(this).find('input').datepicker({
dateFornat: 'dd.mm.yy',
changeMonth: true,
changeYear: true
});
});
Result:

But according dateFormat it should be 12.10.2012. Any ideas what is wrong?
Should be
You misspelled it.