input type date

check with iphone/ipad

by kuyabiye

HTML

<input class="test" type="date" value="" />

CSS

input {
  -webkit-appearance: none;
    
  border: 1px solid #000;
  background: #fff;
}