Namespaces | |
namespace | formatter |
Date formatter namespace. | |
Classes | |
class | Date |
class | DateFormatter |
class | InvalidFormatException |
Invalid date format error. More... | |
Typedefs | |
typedef anch::date::formatter::IDatePartFormatter *(* | getInstance) () |
Date namespace.
It contains utilities for date and time management.
These classes are based on C++11 std::chrono. It provides date parser and formatter like in Java. The syntax of date formatting is nearly the same as std::strtime.
typedef anch::date::formatter::IDatePartFormatter *(* anch::date::getInstance) () |
anch::date::formatter::IDatePartFormatter instance getter function/method prototype