You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

295 B

日期格式

  • order: 1

使用 format 属性自定义您需要的日期定义格式:yyyy/MM/dd


var Datepicker = antd.datepicker;

React.render(
  <Datepicker value="2015/01/01" format="yyyy/MM/dd" />
, document.getElementById('components-datepicker-demo-formatter'));