Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.text
Class SimpleDateFormat

java.lang.Object
  extended by net.rim.device.api.i18n.Format
      extended by net.rim.device.api.i18n.DateFormat
          extended by net.rim.device.api.i18n.SimpleDateFormat
              extended by oracle.adfnmc.java.text.SimpleDateFormat

public class SimpleDateFormat
extends net.rim.device.api.i18n.SimpleDateFormat

This class is necessary due to the bug described here: http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&thread.id=7700


Field Summary
 
Fields inherited from class net.rim.device.api.i18n.DateFormat
AM_PM_FIELD, DATE_DEFAULT, DATE_FIELD, DATE_FULL, DATE_LONG, DATE_MEDIUM, DATE_SHORT, DATETIME_DEFAULT, DAY_OF_WEEK_FIELD, ERA_FIELD, GUID_DATE_FORMAT_CHANGED, HOUR_FIELD, HOUR_OF_DAY_FIELD, MILLISECOND_FIELD, MINUTE_FIELD, MONTH_FIELD, SECOND_FIELD, TIME_DEFAULT, TIME_FULL, TIME_LONG, TIME_MEDIUM, TIME_SHORT, TIMEZONE_FIELD, YEAR_FIELD
 
Constructor Summary
SimpleDateFormat(int style)
           
SimpleDateFormat(java.lang.String pattern)
           
 
Method Summary
 java.lang.StringBuffer format(java.util.Calendar calendar, java.lang.StringBuffer toAppendTo_o, net.rim.device.api.i18n.FieldPosition pos_io)
           
 
Methods inherited from class net.rim.device.api.i18n.SimpleDateFormat
applyPattern, applyPattern, getFields, toPattern
 
Methods inherited from class net.rim.device.api.i18n.DateFormat
format, formatLocal, formatLocal, getInstance
 
Methods inherited from class net.rim.device.api.i18n.Format
format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDateFormat

public SimpleDateFormat(int style)

SimpleDateFormat

public SimpleDateFormat(java.lang.String pattern)
Method Detail

format

public java.lang.StringBuffer format(java.util.Calendar calendar,
                                     java.lang.StringBuffer toAppendTo_o,
                                     net.rim.device.api.i18n.FieldPosition pos_io)
Overrides:
format in class net.rim.device.api.i18n.SimpleDateFormat

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.