Package | Description |
---|---|
cn.hutool.core.date |
日期封装,日期的核心为DateTime类,DateUtil提供日期操作的入口
|
Modifier and Type | Method and Description |
---|---|
static DateTime |
DateUtil.parse(String str,
String... parsePatterns)
通过给定的日期格式解析日期时间字符串。
|
static Calendar |
CalendarUtil.parseByPatterns(String str,
Locale locale,
boolean lenient,
String... parsePatterns)
通过给定的日期格式解析日期时间字符串。
|
static Calendar |
CalendarUtil.parseByPatterns(String str,
Locale locale,
String... parsePatterns)
通过给定的日期格式解析日期时间字符串。
|
static Calendar |
CalendarUtil.parseByPatterns(String str,
String... parsePatterns)
通过给定的日期格式解析日期时间字符串。
|
Copyright © 2024. All rights reserved.