public String toString() public String toString(String format) public String toString(String format boolean twelveHr)
A string containing the date information, such as:
19990930 053029 PM
Regardless of the format of the month position, the output string is always a 2 character integer representation (that is, 01 for January, 12 for December, and so forth).
DtpDateException - When the date format is invalid.