Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
382
String DateTime::toShortTimeString(bool includeSeconds) const
383
{
384
return format(includeSeconds ? _F(
"%T"
) : _F(
"%r"
));
385
}
386
387
String DateTime::toFullDateTimeString() const
388
{
Callers
2
refreshClockTime
Function · 0.80
showTime
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected