Static Public Member Functions | |
static NString | now (void) |
Gets the current time/date. | |
static NString | now (const NString &dateFormat, const NString &timeFormat) |
Gets the current time/date. |
Definition at line 36 of file ndatetime.h.
NString now | ( | void | ) | [static] |
Gets the current time/date.
Definition at line 28 of file ndatetime.cpp.
References NTime::now(), and NDate::today().
Gets the current time/date.
dateFormat | Date format as defined by strftime function | |
timeFormat | Time format as defined by strftime function |
Definition at line 39 of file ndatetime.cpp.
References NTime::now(), and NDate::today().