JS验证是否日期格式
public static bool IsDateTime(string inputData) { bool flag = false; string regex = @"^((\d{2}(([02468][048])|([13579][26]))[\-\/\s]?((((0?[13578])|(1[02])...