diff --git a/reference/intl/dateformatter/formatobject.xml b/reference/intl/dateformatter/formatobject.xml index febc731538..3ad486e72d 100644 --- a/reference/intl/dateformatter/formatobject.xml +++ b/reference/intl/dateformatter/formatobject.xml @@ -7,7 +7,7 @@ datefmt_format_object Formats an object - + &reftitle.description; @@ -29,22 +29,22 @@ mixedformatNULL stringlocaleNULL - + - This function allows formatting an IntlCalendar or - DateTime object without first explicitly creating a - IntlDateFormatter object. + This function allows formatting an IntlCalendar or + DateTime object without first explicitly creating a + IntlDateFormatter object. - The temporary IntlDateFormatter that will be created - will take the timezone from the passed in object. The timezone database - bundled with PHP will not be used – ICU's will be used instead. The timezone - identifier used in DateTime objects must therefore - also exist in ICU's database. + The temporary IntlDateFormatter that will be created + will take the timezone from the passed in object. The timezone database + bundled with PHP will not be used – ICU's will be used instead. The timezone + identifier used in DateTime objects must therefore + also exist in ICU's database. - + - + &reftitle.parameters; @@ -53,8 +53,8 @@ An object of type IntlCalendar or - DateTime. The timezone information in the object - will be used. + DateTime. The timezone information in the object + will be used. @@ -62,17 +62,17 @@ format - How to format the date/time. This can either be an array with - two elements (first the date style, then the time style, these being one - of the constants IntlDateFormatter::NONE, - IntlDateFormatter::SHORT, - IntlDateFormatter::MEDIUM, - IntlDateFormatter::LONG, - IntlDateFormatter::FULL), a long with - the value of one of these constants (in which case it will be used both - for the time and the date) or a string with the format - described in the ICU - documentation. If &null;, the default style will be used. + How to format the date/time. This can either be an array with + two elements (first the date style, then the time style, these being one + of the constants IntlDateFormatter::NONE, + IntlDateFormatter::SHORT, + IntlDateFormatter::MEDIUM, + IntlDateFormatter::LONG, + IntlDateFormatter::FULL), a long with + the value of one of these constants (in which case it will be used both + for the time and the date) or a string with the format + described in the ICU + documentation. If &null;, the default style will be used. @@ -80,27 +80,27 @@ locale - The locale to use, or &null; to use the default one. + The locale to use, or &null; to use the default one. - + &reftitle.returnvalues; A string with result&return.falseforfailure;. - - + + &reftitle.examples; - <function>IntlDateFormatter::formatObject</function> examples + <function>IntlDateFormatter::formatObject</function> examples - +