Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetDateStr
- Timestamp:
- 01/29/21 11:09:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetDateStr
v7 v8 23 23 == Remarks == 24 24 25 Versions of this function that are not passed a pointer to a datetime_st urct return the date information that is in memory based on a previous call to GetLinuxTime() or IsTimeChanged(). The versions of this function that take a datetime_struct pointer may be used to format date string based on an arbitrary date.25 Versions of this function that are not passed a pointer to a datetime_struct return the date information that is in memory based on a previous call to GetLinuxTime() or IsTimeChanged(). The versions of this function that take a datetime_struct pointer may be used to format date string based on an arbitrary date. 26 26 27 27 == Examples ==