var
dt: date;
year: Integer;
days : Integer;
begin
year := Date2DMY(Today(), 3);
dt := DMY2Date(1,1,year);
days:= Today() - dt;
end;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156