MCPcopy Create free account
hub / github.com/ElementsProject/elements / dateTimeStr

Function dateTimeStr

src/qt/guiutil.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84namespace GUIUtil {
85
86QString dateTimeStr(const QDateTime &date)
87{
88 return QLocale::system().toString(date.date(), QLocale::ShortFormat) + QString(" ") + date.toString("hh:mm");
89}
90
91QString dateTimeStr(qint64 nTime)
92{

Callers 5

updateViewMethod · 0.85
dataMethod · 0.85
formatTxDateMethod · 0.85
toHTMLMethod · 0.85
paintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected