Public Member Functions | |
NDate (void) | |
Constructs a NDate class without any particular date. | |
~NDate (void) | |
Destroys a NDate class freeing any resource used. | |
NString | today (void) const |
Gets the current date. | |
NString | today (const NString &format) const |
Gets the current date in a given format. |
Definition at line 37 of file ndate.h.
NString today | ( | void | ) | const |
Gets the current date.
Definition at line 47 of file ndate.cpp.
Referenced by NDateTime::now().
Gets the current date in a given format.
format | Date format as defined by strftime function |
Definition at line 52 of file ndate.cpp.
References NString::toChar().