Lines Matching full:formatting
15 * 11/15/99 weiv Added support for week of year/day of week formatting
46 * since midnight, January 1, 1970) to text is known as "formatting," and converting
49 * date formatting and parsing actions.
65 * If you are formatting multiple numbers, it is more efficient to get the
269 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)"
327 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)"
365 * FieldPosition& to detect formatting problems.
494 * Creates a time formatter with the given formatting style for the given
497 * @param style The given formatting style. For example,
508 * Creates a date formatter with the given formatting style for the given
511 * @param style The given formatting style. For example,
521 * Creates a date/time formatter with the given formatting styles for the
524 * @param dateStyle The given formatting style for the date portion of the result.
526 * @param timeStyle The given formatting style for the time portion of the result.
660 * to implement date/time formatting. Subclasses should generally initialize
676 * Gets the date/time formatter with the given formatting styles for the
678 * @param dateStyle the given date formatting style.
679 * @param timeStyle the given time formatting style.