NDate Class Reference

NDate class provides an easy to use date manipulation class. More...

List of all members.

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.


Detailed Description

NDate class provides an easy to use date manipulation class.

Definition at line 37 of file ndate.h.


Member Function Documentation

NString today ( void   )  const

Gets the current date.

Returns:
The current date

Definition at line 47 of file ndate.cpp.

Referenced by NDateTime::now().

NString today ( const NString format  )  const

Gets the current date in a given format.

Parameters:
format Date format as defined by strftime function
Returns:
The current date in the given format

Definition at line 52 of file ndate.cpp.

References NString::toChar().


The documentation for this class was generated from the following files:
Generated on Wed Mar 5 23:10:36 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4