.setYYMMDD


DESCRIPTION
.setYYMMDD Sets everything year,month,date.



SYNTAX
void rtc.setYYMMDD(string);


PARAMETERS
String of format "YYMMDD"

The 6 characters of the string, sets the year,month and date. For example for year 2016, month 05(May), date 24 is 160524
rtc.setYYMMDD("160524");


RETURNS
None.


EXAMPLE


SEE ALSO
  • .setYYMMDDHHMMSS
  • .setYYMMDD
  • .setHHMMSS
  • .getYYMMDDHHMMSS
  • .getTime24