Tagged Questions
0
votes
1answer
172 views
Delphi: convert TDate to other format
var MyDate:TDate;
MyDate:=Date;
How can I convert local myDate to my format: 31/12/2011?
RecodeDate?
Thanks!!!