thymleaf格式化LocalDateTime对象

添加maven依赖

<dependency>

    <groupId>org.thymeleaf.extras</groupId>

    <artifactId>thymeleaf-extras-java8time</artifactId>

    <version>3.0.1.RELEASE</version>

</dependency>

写法(亲测可用)

<span  th:text="${#temporals.format(localDateTime, ‘dd-MM-yyyy HH:mm‘)}"></span > 


版权声明:本文为Walker7143原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。