gpt4 book ai didi

java - 验证给定字符串是否为 Java 中的日期

转载 作者:行者123 更新时间:2023-11-29 05:00:33 25 4
gpt4 key购买 nike

<分区>

我通过 html 中的文本框获取字符串值。我想使用 if 条件验证该字符串以查看给定的字符串是否为日期。

    if (matches ^\d\d\d\d((01|03|05|07|08|10|12)(30|31|[012]\d)|(04|06|09|11)(30|[012]\d)|02[012]\d)$)
if (endsWith "0229")
return true or false depending on the year being a leap year
return true
return false

我通过谷歌搜索喜欢这段代码,但包含错误并且没有成功。

请帮我解决这个问题。

25 4 0
文章推荐: java - 将 xml 数据转换为字符串
文章推荐: java - 如何从 Temporal 获取 TimeZone?
文章推荐: java - 从对象创建 Collection