I am using Datetime.TryParse method to check the valid datetime. the input date string would be any string data. but is returning false as the specify date in i
Datetime.TryParse
As the others said, you can use TryParseExact.
TryParseExact
For more informations and the use with the time, you can check the MSDN Documentation