Returns a string representation for TDateTime value using the specified format.
Source position: lazconfigstorage.pas line 153
function DateToCfgStr( |
const Date: TDateTime; |
const aFormat: string = DateAsCfgStrFormat |
):string; |
Date |
|
TDateTime value converted in the routine. |
aFormat |
|
Format for the date/time value. Default value is defined in the DateAsCfgStrFormat constant and represents the date part of the specified value. |
String with the date and/or time represented using the specified format.
Added in LazUtils version 3.0.
| Version 4.4 | Generated 2025-11-08 | Home |