Qt获取当前时间转换为QString

QString str = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss");

你可能感兴趣的:(qt,c++,开发语言)