The newest version of Chrome finally supports the date types input natively, which is just fine, but it is forcing its own date formatting and placeholder text, that doesn't suite my layout very well. How to remove the localized date formatting, so it displays as ISO (it is off course sent as ISO, but just not displayed that way in the browser), and how to remove the localized placeholder (date types do not support placeholder attribute mind you, so it can't just be simply overridden)?
EDIT: I could just style the placeholder as the color of background, but is there anything less hacky?