The WPDate class defines the following API properties that set the format of the date to insert in the document:
void setFormat(String format) /* The format follows java.text.SimpleDateFormat. [[PS: I can't find this in the java documentation I have.]] */
String getFormat()
String getText() /* Returns the formatted date string. */