Can any one help me, I need to find\build a tool that converts TDateTime (number)
in to string that is the date it represents.
I want to put this in the Delphi 5 environment as a button or addon or somthing....
Thanks.
Can any one help me, I need to find\build a tool that converts TDateTime (number)
in to string that is the date it represents.
I want to put this in the Delphi 5 environment as a button or addon or somthing....
Thanks.
Does Delphi 5 not do DateToStr() conversion? Sorry, I've only ever used D6 and D7 and that works.
DateToStr(Date) is available in Delphi 3
Bill
Check out http://www.marcocantu.com/code/md5/default.htm. Marco Cantu writes a good deal about working with dates in chapters 2 & 3 of his book and code samples are available on his site.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.