fix: add missing locale, relative: #1509

pull/1527/head
Benjy Cui 9 years ago
parent 11499d54d5
commit cd5a944e79

@ -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);
}
/**

Loading…
Cancel
Save