Try with input type="text" instead of type="date" and on focus event call function "openDP".
Note: You can also use angularjs-datepicker instead of default HTML5 date picker as type="date" is not supported in Safari or Internet Explorer 11 (or earlier).