Formats a month as as string into an ostream. More...
#include <date_formatting_limited.hpp>
Static Public Member Functions | |
static ostream_type & | format_month (const month_type &month, ostream_type &os) |
Formats a month as as string into an ostream. More... | |
static std::ostream & | format_month (const month_type &month, std::ostream &os) |
Formats a month as as string into an ostream. More... | |
Formats a month as as string into an ostream.
|
inlinestatic |
Formats a month as as string into an ostream.
This function demands that month_type provide functions for converting to short and long strings if that capability is used.
References boost::date_time::month_as_integer, boost::date_time::month_as_long_string, and boost::date_time::month_as_short_string.
|
inlinestatic |
Formats a month as as string into an ostream.
This function demands that month_type provide functions for converting to short and long strings if that capability is used.
References boost::date_time::month_as_integer, boost::date_time::month_as_long_string, and boost::date_time::month_as_short_string.
Referenced by boost::date_time::ymd_formatter< ymd_type, format_type, charT >::ymd_to_string().