Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetDateStr


Ignore:
Timestamp:
01/29/21 11:09:57 (3 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetDateStr

    v7 v8  
    2323== Remarks ==
    2424
    25 Versions of this function that are not passed a pointer to a datetime_sturct 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.
     25Versions 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.
    2626
    2727== Examples ==