.getTime12HHMM
DESCRIPTION
Returns a string of the time in 12 hour format with no seconds.
SYNTAX
RTC.getTime12HHMM();
PARAMETERS
none
RETURNS
Returns a string of the time in 12 hour format with no seconds.
EXAMPLE
#include
#include
#include
#include
InvIoT_U1 lcd(A0, A1); InvIoT_RTC rtc; void setup() { rtc.init(); } void loop() { lcd.clear(); lcd.print(rtc.getTime12HHMM()); delay(250); }
SEE ALSO
.setYYMMDDHHMMSS
.setYYMMDD
.setHHMMSS
.getYYMMDDHHMMSS
.getTime24