#include <ocTypes.h>


Public Member Functions | |
| oc_date () | |
| oc_date (const time_date &in) | |
| oc_date (const tm &in) | |
| oc_date & | operator= (const tm &in) |
| oc_date & | operator= (const oc_date &in) |
| ~oc_date () | |
| string | format (size_t max=256) const |
| oc_date & | setFormat (string fmtIn) |
| oc_date & | parse (const char *strDate) |
| oc_date () | |
| oc_date (const time_date &in) | |
| oc_date (const tm &in) | |
| oc_date & | operator= (const tm &in) |
| oc_date & | operator= (const oc_date &in) |
| ~oc_date () | |
| string | format (size_t max=256) const |
| oc_date & | setFormat (string fmtIn) |
| oc_date & | parse (const char *strDate) |
Private Attributes | |
| string | fmt |
Definition at line 141 of file ocTypes.h.
| oc_date& oc_date::operator= | ( | const tm & | in | ) | [inline] |
| string oc_date::format | ( | size_t | max = 256 |
) | const [inline] |
Definition at line 159 of file ocTypes.h.
References fmt, and time_date::format().
Referenced by operator<<().
| oc_date& oc_date::setFormat | ( | string | fmtIn | ) | [inline] |
| oc_date& oc_date::parse | ( | const char * | strDate | ) | [inline] |
Definition at line 168 of file ocTypes.h.
References fmt, time_date::parse(), and ocString::replaceAll().
Referenced by xml_form::dateFXfer(), forms_base::dateFXfer(), and Report_Parameters::getClientData().
| oc_date& oc_date::operator= | ( | const tm & | in | ) | [inline] |
| string oc_date::format | ( | size_t | max = 256 |
) | const [inline] |
| oc_date& oc_date::setFormat | ( | string | fmtIn | ) | [inline] |
| oc_date& oc_date::parse | ( | const char * | strDate | ) | [inline] |
Definition at line 168 of file ocTypes.h.
References fmt, time_date::parse(), and ocString::replaceAll().
string oc_date::fmt [private] |
1.5.5