CStr DateCString(secs, fmt);
Returns a pointer to a string representing the date corresponding to secs seconds after 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. Date formats vary with your system configuration.
Note This function was formerly called DateString. |
Name | Type | Description |
---|---|---|
secs | uInt32 | Seconds since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. |
fmt | int32 | Indicates the format of the returned date string, using the following values:
|
The date as a C string.