The IsDateTime function returns True if the input parameter is a valid date/time string. The required format of the string is determined by the TFormatSettingsShortDateFormat and ShortTimeFormat properties.
Examples
X := IsDateTime('2/13/2012 12:10 PM'); // X is True