Changeset 137 for trunk/Common/UUtils.pas
- Timestamp:
- Sep 9, 2022, 1:16:58 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/UUtils.pas
r81 r137 1 1 unit UUtils; 2 3 {$mode delphi}{$H+}4 2 5 3 interface … … 17 15 function HumanDate(Date: TDateTime): string; 18 16 function PagesList(URL: string; Page, TotalCount, CountPerPage: Integer): string; 17 19 18 20 19 implementation … … 137 136 end; 138 137 139 140 initialization141 142 finalization143 144 138 end.
Note:
See TracChangeset
for help on using the changeset viewer.