mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix method
This commit is contained in:
parent
30c35234df
commit
d53f1ff15e
@ -693,7 +693,7 @@ public class DateUtil extends CalendarUtil {
|
||||
* @since 5.7.14
|
||||
*/
|
||||
public static DateTime parse(CharSequence dateStr, DateParser parser, boolean lenient) {
|
||||
return new DateTime(dateStr, parser);
|
||||
return new DateTime(dateStr, parser, lenient);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user