The IWP_Date interface provides methods for setting and getting properties
of an IWP_Date object. The methods are as follows:
Return | Function Call | Description |
void | setFormat(String format) | sets the date format using the java.text.SimpleDateFormat convention |
String | getFormat() | returns the date format |
String | getText() | returns the formatted date in String form |