Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Date formatting and parsing. More...
Go to the source code of this file.
Data Structures | |
struct | DateFormatter |
Date formatting and parsing. More... | |
Macros | |
#define | DATEFORMAT_ISO8601 "%Y-%m-%dT%H:%M:%S%z" |
ISO8601 date format. More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _DateFormatter (void) |
Date formatting and parsing.
Definition in file DateFormatter.h.
#define DATEFORMAT_ISO8601 "%Y-%m-%dT%H:%M:%S%z" |
ISO8601 date format.
Definition at line 37 of file DateFormatter.h.
OBJECTIVELY_EXPORT Class * _DateFormatter | ( | void | ) |
Definition at line 132 of file DateFormatter.c.