I am using a HTML5 datetime-local picker, is there anyway I can place a custom placeholder text?
HTML Code:
<input id="dt" onchange="dateTimeFormat()" class="input" type="datetime-local">
By default it looks like this:

Theres not many resources into styling this, so any help is much appreciated!
TIA