Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var MyDate:TDate; MyDate:=Date;
如何将本地 myDate 转换为我的格式:31/12/2011?
RecodeDate?
RecodeDate
谢谢!!!
检查FormatDateTime你的情况你试试这个的功能
FormatDateTime
FormatDateTime('dd/mm/yyyy',MyDate);