Class template date_formatter
boost::date_time::date_formatter — Convert a date to string using format policies.
Synopsis
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) ;
};
Description
date_formatter
public static functions
string_type date_to_string(date_type d) ;
std::string date_to_string(date_type d) ;