gpt4 book ai didi

html - 如何为输入设置默认值[type ="date"]

转载 作者:IT老高 更新时间:2023-10-28 11:08:34 30 4
gpt4 key购买 nike

我试过了(JSFiddle):

<input type="date" value="2012-3-23">

但是不行,怎么设置默认值?

最佳答案

日期应采用 YYYY-MM-DD 格式。个位数的日期和月份应该用 0 填充。一月是 01。

来自 documentation :

A string representing a date.

Value: A valid full-date as defined in [RFC 3339], with the additional qualification that the year component is four or more digits representing a number greater than 0.

您的代码应更改为:

<input type="date" value="2013-01-08">

Example jsfiddle

关于html - 如何为输入设置默认值[type ="date"],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14212527/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com