Tagged Questions
11
votes
8answers
2k views
Declare a TDateTime as a Const in Delphi
As far as I know there is no way to do this, but I am going to ask just in case someone else knows how to do this. How can I declare a date as a const in Delphi?
The only solution I have found is ...
0
votes
1answer
148 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!!!