Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 HTML5 输入 type="date" 在 iPhone 中的 Web 应用程序上触发本机日期选择器。我没有将日期设置为的初始值,因此我想将其设置为最初在屏幕上显示“MM/DD/YYYY”,然后在聚焦时将 iOS 本机日期选择器设置为当前的日期。
关于这是否可能的任何建议?我尝试了几种方法,但它们似乎不起作用。
尝试使用占位符属性
<input type="date" name="mydate" placeholder="MM/DD/YYYY">