getCWDate()

Reformats this date into the IBM generic date format.

Syntax

public String getCWDate() 
 

Return values

A string representing the date in the IBM WebSphere InterChange Server Express generic business object format. The format is YMD hms. Examples of this format are:

Notes

The IBM generic date format takes the form:

YYYYMMDD HHMMSS
 

Examples

DtpDate toDay = new DtpDate();
 String genericDate = toDay.getCWDate();
 

Copyright IBM Corp. 2003