thymeleaf 格式化日期

Posted Harris-H

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thymeleaf 格式化日期相关的知识,希望对你有一定的参考价值。

thymeleaf 格式化日期

Datas类

thymeleaf用法

<td th:text="$#dates.format(hero.joinTime,'yyyy-MM-dd')"></td>

第一个参数是数据,第二个参数输出的格式。

反编译可以看到是调用了DateUtils 工具类的 format 函数。

以上是关于thymeleaf 格式化日期的主要内容,如果未能解决你的问题,请参考以下文章

thymeleaf中的日期格式化

springboot Thymeleaf中格式化jsr310新日期时间类(LocalDateTime,LocalDate)

使用thymeleaf框架,前台日期格式是字符串,后台不能以Date格式接收解决

如何使用 Thymeleaf 和/或 spring 表达式语言来转换字符串,例如“2018-02-21”转换为日期格式 dd/mm/yyyy(例如“21/02/2018”)

thymeleaf教程

忽略 thymeleaf #date.format() 上的语言环境