日期正则表达式yyyyMMdd 日期校验yyyyMMdd, 包括闰月等校验. package com.xgcd; import java.util.regex.Matcher; import java.util.regex.Patt … 继续阅读 日期正则表达式yyyyMMdd