Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.91.0.
boost::date_time::date_formatter — Convert a date to string using format policies.
template<typename date_type, typename format_type, typename charT = char> class date_formatter { public:   // types   typedef std::basic_string< charT > string_type;   // public static functions   string_type date_to_string(date_type) ;   std::string date_to_string(date_type) ; };
| Copyright © 2001-2005 CrystalClear Software, Inc |