|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
时间格式信息 更多...
#include <locale.hpp>
Public 属性 | |
| string | date_fmt |
| 日期格式 | |
| string | time_fmt |
| 时间格式 | |
| string | datetime_fmt |
| 日期时间格式 | |
| vector< string > | day_names |
| 星期几全名 | |
| vector< string > | abbr_day_names |
| 星期几缩写 | |
| vector< string > | month_names |
| 月份全名 | |
| vector< string > | abbr_month_names |
| 月份缩写 | |
| string | am_str |
| 上午标识 | |
| string | pm_str |
| 下午标识 | |
时间格式信息
在文件 locale.hpp 第 98 行定义.