public static bool IsDateTime(string dt) { DateTime tmpDt; return DateTime.TryParse(dt, out tmpDt); }