Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
377
String DateTime::toShortDateString() const
378
{
379
return format(_F(
"%d.%m.%Y"
));
380
}
381
382
String DateTime::toShortTimeString(bool includeSeconds) const
383
{
Callers
2
refreshClockTime
Function · 0.80
showTime
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected