![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
Namespaces | |
formatter | |
Date formatter namespace. | |
Classes | |
class | Date |
class | DateFormatter |
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) () |
IDateFormatter instance getter function/method prototype