Convert a date to string using format policies. More...
#include <date_formatting_limited.hpp>
Public Types | |
typedef std::basic_string< charT > | string_type |
Static Public Member Functions | |
static string_type | date_to_string (date_type d) |
Convert to a date to standard string using format policies. More... | |
static std::string | date_to_string (date_type d) |
Convert to a date to standard string using format policies. More... | |
Convert a date to string using format policies.
typedef std::basic_string<charT> boost::date_time::date_formatter< date_type, format_type, charT >::string_type |
|
inlinestatic |
Convert to a date to standard string using format policies.
References boost::date_time::ymd_formatter< ymd_type, format_type, charT >::ymd_to_string().
|
inlinestatic |
Convert to a date to standard string using format policies.
References boost::date_time::ymd_formatter< ymd_type, format_type, charT >::ymd_to_string().