StrToDate 将字符串转为日期格式。
学习大师原创文档,请勿转载。
引用单元
uses StrUtils;
函数原型
function StrToDate(const S:string): TDateTime;