freemarker模板接收Date类型数据页面展示需要将Date类型数据转换为String类型的数据

<input >
value="${psychologicalAssessmentPlan.startdate?string('yyyy-MM-dd')}"

格式为  ${接收字段数据?string('yyyy-MM-dd HH:mm:ss')}

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2021-09-11
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案