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

Method toShortDateString

Sming/Core/DateTime.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377String DateTime::toShortDateString() const
378{
379 return format(_F("%d.%m.%Y"));
380}
381
382String DateTime::toShortTimeString(bool includeSeconds) const
383{

Callers 2

refreshClockTimeFunction · 0.80
showTimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected