JDO Method
in javax.jdo.spi.JDOImplHelper

void registerDateFormat(
  DateFormat df
)


Register a DateFormat instance for use with constructing Date instances. The default is the default DateFormat instance. If the new instance implements SimpleDateFormat, get its pattern for error messages.
Parameters:
df - the DateFormat instance to use
Since:
JDO 2.0