element-ui 时间日期选择器格式化后台需要的格式

      <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.csdn.net/CarryBest/article/details/79917871

原文地址:https://www.cnblogs.com/cengjingdeshuige/p/10249473.html