会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
管理
孤街浪友
博客园
首页
新随笔
联系
订阅
管理
2020年8月18日
js输出日期格式化
摘要: //日期格式化 Date.prototype.format = function(fmt) { var o = { "M+" : this.getMonth() + 1, "d+" : this.getDate(), "H+" : this.getHours(), "m+" : this.getMi
阅读全文
posted @ 2020-08-18 14:10 孤街浪友
阅读(38)
评论(0)
推荐(0)
2020年5月27日
layui数据表格转换日期格式
摘要: 在需要转换数据格式的单元格里写上 templet:"<div>{{layui.toDateString(d.print.printDate,'yyyy-MM-dd')}}</div>" layui.toDateString是layui的内置方法,其中第一个参数是需要转换的值,第二个参数是转换格式。
阅读全文
posted @ 2020-05-27 15:10 孤街浪友
阅读(40)
评论(0)
推荐(0)
公告