QDateTime格式化 yyyy-MM-dd hh:mm:ss
QString getFormatDateStr(QDateTime dateTimeParam) { qDebug() << "date:" << dateTimeParam<<" "<<dateTimeParam.toString("yyyy-MM-dd hh:mm:ss"); return dateTimeParam.toString("yyyy-MM-dd hh:mm:ss"); }
QDateTime格式化 yyyy-MM-dd hh:mm:ss
QString getFormatDateStr(QDateTime dateTimeParam) { qDebug() << "date:" << dateTimeParam<<" "<<dateTimeParam.toString("yyyy-MM-dd hh:mm:ss"); return dateTimeParam.toString("yyyy-MM-dd hh:mm:ss"); }