Vue el-date-picker 组件时间格式化方式
<el-date-picker size="small" v-model="editData.editItem.startTime"type="datetime"placeholder="选择日期时间" value-format=" yyyy-MM-dd...
·
<el-date-picker size="small" v-model="editData.editItem.startTime"
type="datetime"
placeholder="选择日期时间" value-format=" yyyy-MM-dd HH:mm" format="yyyy-MM-dd HH:mm">
</el-date-picker>
值需要转换:value-format=” yyyy-MM-dd HH:mm” format=”yyyy-MM-dd HH:mm”
更多推荐
已为社区贡献7条内容
所有评论(0)