.getDateMMDDYY


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


SYNTAX
RTC.getDateMMDDYY(char);
or
rtc.getDateMMDDYY();


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