.getAmPm


DESCRIPTION
Returns a string with time on 24 hour format. If no character is pass, the default will be ':'.


SYNTAX
RTC.getTime24HHMM(char);


PARAMETERS
none or a character .

RETURNS
A string with time in the format HH:MM:SS, if character was null or ':'. .


EXAMPLE


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