Element-Plus DatePicker获取时间戳


文章目录

0、先上答案

html 复制代码
 <!-- 秒 -->
 <el-date-picker
   v-model="timeStamp"
   type="datetime"
   value-format="X"
 />
 
 <!-- 毫秒 -->
 <el-date-picker
  v-model="timeStamp"
  type="datetime"
  value-format="x"
/>

1、渔?

1-1 Element-Plus 官网

https://element-plus.gitee.io/zh-CN/component/date-picker.html#日期格式

没有说支持的格式,但是给了 Day.js 的入口

1-2 溯源 Day.js

Day.js 文档
https://day.js.org/docs/en/display/format#list-of-all-available-formats


相关推荐
tekin2 个月前
golang 转换时间戳到字符串函数 支持秒和毫秒时间戳 转换到自定字符串
开发语言·后端·golang·时间戳·time·format·时间戳转换为字符串
健飞2 个月前
鸿蒙(HarmonyOS)自定义Dialog实现时间选择控件
华为·harmonyos·datepicker·鸿蒙·自定义dialog
洛*璃2 个月前
Vue 3项目安装Element-Plus
前端·javascript·css·vue.js·typescript·element-plus
会篮球的程序猿2 个月前
php获取,昨,今,后天.... 本周,月,年...日期时间戳
php·时间戳·date·日期·strtotime·时间区间
赢乐3 个月前
深度剖析:前端如何驾驭海量数据,实现流畅渲染的多种途径
element-plus·虚拟滚动·前端分页·分批渲染·大量数据的渲染·settimeout定时器·滚动触底加载数据
爱分享的Hayes小朋友3 个月前
关于element-plus中el-select自定义标签及样式的问题
前端·javascript·vue3·element-plus
会做梦的辣条鱼4 个月前
vue3全局封装table分页
前端·vue.js·前端框架·element-plus·vue3.0·组件封装·pagination
何日成熟4 个月前
element-plus 工作经验总结
前端·vue.js·element-plus
哇,女前端哎!4 个月前
vue3实现电子签名的方法
前端框架·vue3·canvas·element-plus·vuesignaturepad
nothing_more_than4 个月前
自定义表单元素组件内容变化触发ElForm重新校验
前端·vue.js·element-plus