AnCH Framework  0.1
Another C++ Hack Framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Namespaces | Classes | Typedefs
anch::date Namespace Reference

Date namespace. More...

Namespaces

 formatter
 Date formatter namespace.
 

Classes

class  Date
 
class  DateFormatter
 

Typedefs

typedef anch::date::formatter::IDatePartFormatter *(* getInstance) ()
 

Detailed Description

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 Documentation

typedef anch::date::formatter::IDatePartFormatter*(* anch::date::getInstance) ()

IDateFormatter instance getter function/method prototype