MCPcopy Create free account
hub / github.com/SmingHub/Sming / toShortTimeString

Method toShortTimeString

Sming/Core/DateTime.cpp:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382String DateTime::toShortTimeString(bool includeSeconds) const
383{
384 return format(includeSeconds ? _F("%T") : _F("%r"));
385}
386
387String DateTime::toFullDateTimeString() const
388{

Callers 2

refreshClockTimeFunction · 0.80
showTimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected