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"); }
2024-02-18 21:37:10
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"); }
下一篇:cmyk使用php进行rgb