.getTime12


DESCRIPTION
.getTime12

Returns a string of the time in 12 hour format, including the seconds and 'AM' or 'PM'


SYNTAX
rtc.getTime12();


PARAMETERS
None.

RETURNS
A string with in format HH:MM:SSAM or HH:MM:SSPM.


EXAMPLE


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