What is a fast way to convert a boost local_date_time to a text representation, using a format string?

前端 未结 0 1825
囚心锁ツ
囚心锁ツ 2021-02-05 04:41

I want to use a run-time format string to convert a boost::local_time::local_date_time type to a C++ string (char * or std::string).

This code works to do the conversion

相关标签:
回答
  • 消灭零回复
提交回复
热议问题