Ant-design-vue date time component <a-date-picker> formatting

The component formats the selected date value to avoid the problem of 8 hours difference

  <a-date-picker style="width: 100%" v-model="extraParams.startDate"  valueFormat="YYYY-MM-DD"/>

valueFormat can format the selected content

Guess you like

Origin blog.csdn.net/qq_35323539/article/details/130624604