MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / dateTimeStr

Function dateTimeStr

src/qt/guiutil.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67namespace GUIUtil {
68
69QString dateTimeStr(const QDateTime &date)
70{
71 return date.date().toString(Qt::SystemLocaleShortDate) + QString(" ") + date.toString("hh:mm");
72}
73
74QString dateTimeStr(qint64 nTime)
75{

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected