mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-08 18:18:38 +08:00
LocalDateTimeUtil.parseDate注释修正(pr#parseDate @Github)
This commit is contained in:
parent
abda118f72
commit
545ef2d2f8
@ -361,7 +361,7 @@ public class TimeUtil extends TemporalAccessorUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 解析日期时间字符串为{@link LocalDate},仅支持yyyy-MM-dd'T'HH:mm:ss格式,例如:2007-12-03T10:15:30
|
* 解析日期时间字符串为{@link LocalDate},仅支持yyyy-MM-dd格式,例如:2007-12-03
|
||||||
*
|
*
|
||||||
* @param text 日期时间字符串
|
* @param text 日期时间字符串
|
||||||
* @return {@link LocalDate}
|
* @return {@link LocalDate}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user