Hello,

The project page (systools.sf.net) gives 404. :((

SZ 

----- Original Message ----- 
From: "Malcolm J. Kudra" <[EMAIL PROTECTED]>
To: "Delphi-Talk Discussion List" <[email protected]>
Sent: Monday, January 16, 2006 4:09 PM
Subject: Re: Year 2000


> Fastream Technologies wrote:
> 
>>Hello,
>>
>>I need to get one of the following:
>>
>>- either days passed since 1,1, 2000
>>
>>OR
>>
>>- TDateTime of 1,1,2000. 
>>
> The DateDiff function in SysTools, a formerly TurboPower library now
> open source on SourceForge, will compute the difference between two
> dates, giving the results in years, months, and days.
> 
> Or in the same library, the DateStringToDMY function will provide the
> TDateTime(after translation from STDate) from a given datestring using a
> 'picture' of the datestring format (e.g. 'mm,dd,yyyy').
> 
> In either case, you will need to translate back and forth between
> TDateTime and STDate types, but the functions for these operations are
> also in SysUtils.
> 
> Hope this helps.
> 
> __________________________________________________
> Delphi-Talk mailing list -> [email protected]
> http://www.elists.org/mailman/listinfo/delphi-talk
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to