Hello David,
Dont u mean something like:
var DT:Tdate;
DTnum:Double;
CurrTdateTime:Integer;
begin
dt:=StrtoDate('Fri, 18 Jun, 2004');
CurrTdateTime:=round(dt);The above will create an error, but if you parse your string for each item, day date month year, then it will work out. Alistair+ _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
