All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Datetime formats

OpenFLUID uses the ANSI strftime() standard formats for date time formatting to and from a format string. As an example, this format string can be used in CSV observer in parameters to customize date formats.
The format string consists of zero or more conversion specifications and ordinary characters. A conversion specification consists of a % character and a terminating conversion character that determines the conversion specification's behaviour. All ordinary characters are copied unchanged into the array.


For example, the nineteenth of April, two-thousand seven, at eleven hours, ten minutes and twenty-five seconds formatted using different format strings:

List of available conversion specifications: