/**/
///
/// 验证日期
public
static
bool
IsDateTime (
string
source )
{
try
DateTime time = Convert.ToDateTime ( source );
return
true
;
}
catch
false
by: 发表于:2018-01-15 09:55:30 顶(0) | 踩(0) 回复
??
by: 发表于:2018-01-15 09:55:30 顶(0) | 踩(0) 回复
??
回复评论