mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix method
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user