DateFormat

Representing server configuration for displaying dates and converting ambitious values.

Constructors

this
this(string stringFmt, string orderFmt)
Undocumented in source.

Members

Enums

OrderFormat
enum OrderFormat

Representing behavior for ambitious values.

StringFormat
enum StringFormat

Representing output format.

Static functions

orderFormatIn
OrderFormat orderFormatIn(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
stringFormatIn
StringFormat stringFormatIn(string val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

orderFormat
OrderFormat orderFormat;

Current order format

stringFormat
StringFormat stringFormat;

Current output format

Meta