.getDateDDMMYY


DESCRIPTION
Returns a string in the format DD/MM/YY. if a character is enter that character will be the separator


SYNTAX
rtc.getDateDDMMYY(char);
or
rtc.getDateDDMMYY();


PARAMETERS
if a character is pass, that character will be the separator.

RETURNS
A string in the format DD/MM/YY.


EXAMPLE


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