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

/dalvik/libcore/text/src/main/java/java/text/
H A DDateFormat.java42 * DateFormat provides many class methods for obtaining default date/time
48 * {@code DateFormat} helps you to format and parse dates for any locale. Your
57 * myString = DateFormat.getDateInstance().format(myDate);
68 * DateFormat df = DateFormat.getDateInstance();
81 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
86 * {@code DateFormat} can also be used to parse strings:
110 * over the formatting or parsing, try casting the {@code DateFormat} yo
132 public abstract class DateFormat extends Format { class in inherits:Format
292 protected DateFormat() { method in class:DateFormat
[all...]

Completed in 21 milliseconds