diff --git a/components/time-picker/index.jsx b/components/time-picker/index.jsx index e7a488201f..8c1b558f01 100644 --- a/components/time-picker/index.jsx +++ b/components/time-picker/index.jsx @@ -29,7 +29,7 @@ export default class TimePicker extends React.Component { } getFormatter() { - return new DateTimeFormat(this.props.format); + return new DateTimeFormat(this.props.format, this.getLocale().format); } /**