diff --git a/reference/intl/dateformatter-constants.xml b/reference/intl/dateformatter-constants.xml index 03006a9711..9bad9ee403 100644 --- a/reference/intl/dateformatter-constants.xml +++ b/reference/intl/dateformatter-constants.xml @@ -10,7 +10,7 @@ IntlDateFormatter::NONE - (string) + (integer) Do not include this element @@ -19,7 +19,7 @@ IntlDateFormatter::FULL - (string) + (integer) Completely specified style (Tuesday, April 12, 1952 AD or 3:30:42pm PST) @@ -28,7 +28,7 @@ IntlDateFormatter::LONG - (string) + (integer) Long style (January 12, 1952 or 3:30:32pm) @@ -37,7 +37,7 @@ IntlDateFormatter::MEDIUM - (string) + (integer) Medium style (Jan 12, 1952) @@ -46,7 +46,7 @@ IntlDateFormatter::SHORT - (string) + (integer) Most abbreviated style, only essential data (12/13/52 or 3:30pm) @@ -64,7 +64,7 @@ IntlDateFormatter::TRADITIONAL - (string) + (integer) Non-Gregorian Calendar @@ -73,7 +73,7 @@ IntlDateFormatter::GREGORIAN - (string) + (integer) Gregorian Calendar