
<el-date-picker
v-model="startTime"
type="datetime"
format="yyyy-MM-dd HH:mm:ss"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="选择日期时间">
</el-date-picker>
{{startTime}}
2.得到结果: 2019-01-10 13:24:08
3. 原文链接:
https://blog.****.net/CarryBest/article/details/79917871