Here is my code:
$(function () { $(\"#datepicker\").datepicker({ dateFormat: \'DD-MM-YY\' }); });
And the datetime picker is shown, but
try out this
$(".datepicker").datepicker({dateFormat: 'dd-mm-yy'});
small letter will works