Field FULL
Field type: int
Member of: java.text.DateFormat
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 FULL = new Integer(SimpleDateFormat.FULL),
2 private DateFormat df = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL);
3 final private static DateFormat _dateFormat = SimpleDateFormat.getDateTimeInstance(DateFormat.FULL,
4 (DateFormat.FULL, Language.getLanguage().getLocale());
5 str += DateFormat.getTimeInstance(DateFormat.FULL).format(date);
6 DateFormat.FULL,
7 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.FULL);
8 String fullFormat = DateFormat.getDateInstance(DateFormat.FULL).format(jan1_1970);
9 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.