Class to provide simple basic formatting rules. More...
#include <date_format_simple.hpp>
Static Public Member Functions | |
static const charT * | not_a_date () |
String used printed is date is invalid. More... | |
static const charT * | pos_infinity () |
String used to for positive infinity value. More... | |
static const charT * | neg_infinity () |
String used to for positive infinity value. More... | |
static month_format_spec | month_format () |
Describe month format. More... | |
static ymd_order_spec | date_order () |
static bool | has_date_sep_chars () |
This format uses '-' to separate date elements. More... | |
static charT | year_sep_char () |
Char to sep? More... | |
static charT | month_sep_char () |
char between year-month More... | |
static charT | day_sep_char () |
Char to separate month-day. More... | |
static charT | hour_sep_char () |
char between date-hours More... | |
static charT | minute_sep_char () |
char between hour and minute More... | |
static charT | second_sep_char () |
char for second More... | |
Class to provide simple basic formatting rules.
|
inlinestatic |
References boost::date_time::ymd_order_iso.
|
inlinestatic |
Char to separate month-day.
|
inlinestatic |
This format uses '-' to separate date elements.
|
inlinestatic |
char between date-hours
|
inlinestatic |
char between hour and minute
|
inlinestatic |
Describe month format.
References boost::date_time::month_as_short_string.
|
inlinestatic |
char between year-month
|
inlinestatic |
String used to for positive infinity value.
|
inlinestatic |
String used printed is date is invalid.
|
inlinestatic |
String used to for positive infinity value.
|
inlinestatic |
char for second
|
inlinestatic |
Char to sep?