MCPcopy Create free account
hub / github.com/LUX-Core/lux / dateTimeStr

Function dateTimeStr

src/qt/guiutil.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90namespace GUIUtil
91{
92QString dateTimeStr(const QDateTime& date)
93{
94 return date.date().toString(Qt::SystemLocaleShortDate) + QString(" ") + date.toString("hh:mm");
95}
96
97QString dateTimeStr(qint64 nTime)
98{

Callers 10

updateViewMethod · 0.85
dataMethod · 0.85
formatTxStatusMethod · 0.85
formatTxDateMethod · 0.85
paintMethod · 0.85
FormatTxStatusMethod · 0.85
toHTMLMethod · 0.85
toHTMLMethod · 0.85
formatTxDateMethod · 0.85
paintMethod · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected