http://stackoverflow.com/questions/25018653/remove-placeholder-from-date-type-input-in-chrome
HTML
<input type=date>
CSS
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]),
::-webkit-datetime-edit-text:not([aria-valuenow]){
color: transparent;
}