public String getCWDate()
A string representing the date in the IBM WebSphere Business Integration Server Express generic business object format. The format is YMD hms. Examples of this format are:
The IBM generic date format takes the form:
YYYYMMDD HHMMSS
DtpDate toDay = new DtpDate(); String genericDate = toDay.getCWDate();