Package tech.mgl.core.utils
Class MGL_IDNumberUtils
java.lang.Object
tech.mgl.core.utils.MGL_IDNumberUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MGL_IDNumberUtils
public MGL_IDNumberUtils()
-
-
Method Details
-
verify
功能:身份证的有效验证- Parameters:
id- 身份证号- Returns:
- 有效:返回"" 无效:返回String信息
- Throws:
ParseException
-
isDate
功能:判断字符串是否为日期格式- Parameters:
strDate-- Returns:
-
main
- Parameters:
args-- Throws:
ParseException
-