java-ty
//方法传入当前行数据
function takeDate(row) {
// 默认是年月日时分秒
return layui.util.toDataURL(row.takeDate)
}
//方法传入当前行数据
function takeDate(row) {
// 格式化
return layui.util.toDateString(row.takeDate,\'yyyy-MM-dd\')
}

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2021-11-18
  • 2021-12-27
  • 2021-11-18
  • 2021-05-04
  • 2021-07-27
猜你喜欢
  • 2021-11-18
  • 2021-10-04
  • 2021-12-27
  • 2021-11-04
  • 2021-11-02
  • 2021-11-27
  • 2021-11-27
相关资源
相似解决方案