Explorar el Código

更新 '_posts/Java-JodaTime.md'

aaronwei hace 5 años
padre
commit
569333f92f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _posts/Java-JodaTime.md

+ 1 - 1
_posts/Java-JodaTime.md

@@ -4,7 +4,7 @@ date: 2020-06-13
 cover: https://static.jqwei.com/blog/img/text/6.png
 ---
 
-### 取整的方法
+### 取整的方法
 ``` java
 DateTime now = new DateTime(); // 2016-02-26T16:51:28.749+08:00
 now.dayOfWeek().roundCeilingCopy(); // 2016-02-27T00:00:00.000+08:00