Hi Markob83,
There was same problem for me too.I managed to get rid of it with adding the new date picker name to the script in header file like below
<script>
$(function()
{
$.noConflict();
$( "#datepicker" ).datepicker();
$( "#datepicker1" ).datepicker();
});
</script>