#include <mstring.h>
Public Attributes | |
| const char * | locale |
| char * | formatDate |
| char * | formatTime |
strftime() compatible.
| const char* mstring::MTimeStrings::locale |
Locale environment which the following entries apply to. Will be compared with the beginning of the current locale setting. If left blank this set of strings applies to all locales, which means it is the default setting.
E. g. locale="de" applies to "de_DE" environments as well as "de_CH" and "de_AT", but locale="de_CH" does not apply to all "de" environments.
strftime() compatible format string to generate the string representation of a date.
Important format commands are
Thus the ISO 8601 date format "YYYY-MM-DD" is represented by the format string "%Y-%m-%d".
strftime() compatible format string to generate the string representation of a time of day.
Important format commands are
Thus the ISO 8601 time format "HH:MM:SS" is represented by the format string "%H:%M:%S".
1.5.2