Browse Source

update demo

pull/20795/head
afc163 9 years ago
parent
commit
8070e05de1
  1. 2
      components/date-picker/demo/time.md

2
components/date-picker/demo/time.md

@ -14,6 +14,6 @@ function onChange(value) {
}
ReactDOM.render(
<DatePicker showTime format="yyyy-MM-dd HH:mm:ss" onChange={onChange} style={{ width: 160 }} />
<DatePicker showTime format="yyyy-MM-dd HH:mm:ss" placeholder="请选择时间" onChange={onChange} style={{ width: 160 }} />
, mountNode);
````

Loading…
Cancel
Save