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


Ignore:
Timestamp:
03/12/25 07:44:09 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v8 v9  
    22Get the date
    33
    4 {{{
     4{{{#!c++
    55string GetDateStr(void);
    66
     
    2727== Examples ==
    2828
    29 {{{
     29{{{#!c++
    3030string strDate = GetDateStr();
    3131DisplayText(10, 10, strDate);
    3232}}}
    3333
    34 {{{
     34{{{#!c++
    3535char szDate[20];
    3636GetDateStr(szDate);
     
    3838}}}
    3939
    40 {{{
     40{{{#!c++
    4141datetime_struct dt;
    4242dt.year = 2021;
     
    4848}}}
    4949
    50 {{{
     50{{{#!c++
    5151datetime_struct dt;
    5252dt.year = 2021;