var MyDate:TDate; MyDate:=Date;
How can I convert local myDate to my format: 31/12/2011?
RecodeDate?
RecodeDate
Thanks!!!
Check the FormatDateTime function in your case you try this
FormatDateTime
FormatDateTime('dd/mm/yyyy',MyDate);