Searched defs:DateFormat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java56 * {@code DateFormat} is an abstract class for date/time formatting subclasses which
63 * <p>{@code DateFormat} provides many class methods for obtaining default date/time
69 * <p>{@code DateFormat} helps you to format and parse dates for any locale.
76 * myString = DateFormat.getDateInstance().format(myDate);
83 * DateFormat df = DateFormat.getDateInstance();
91 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
93 * <p>You can use a DateFormat t
143 public abstract class DateFormat extends Format { class in inherits:Format
781 protected DateFormat() {} method in class:DateFormat
[all...]

Completed in 33 milliseconds