C ++如何在strftime函数内的单独变量中添加“text abbreviation”?

时间:2017-03-22 04:50:18

标签: c++ strftime

我是c ++的新手。我想在c ++中的strftime函数中设置格式化日期和时间的变量我该怎么做。

date = "%d";
year = "%Y";
month = "%m";

//inside the strftime function 

strftime(dateX, 80, " date + year + month ", timeinfo);

0 个答案:

没有答案