diff --git a/reference/intl/dateformatter/format.xml b/reference/intl/dateformatter/format.xml index 051b798e85..487ae627c6 100644 --- a/reference/intl/dateformatter/format.xml +++ b/reference/intl/dateformatter/format.xml @@ -44,8 +44,10 @@ value - Value to format. Can be integer for an Unix timestamp value (seconds since epoch, UTC) or - array for a localtime array. + Value to format. This may be a DateTime object, + an integer representing a Unix timestamp value (seconds + since epoch, UTC) or an array in the format output by + localtime. @@ -61,6 +63,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.4 + + Support for providing DateTime objects to the + value parameter was added. + + + + + + + + &reftitle.examples;