- generateCalendar(int, int) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历
- generateCalendar(int) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历
- generateCalendarWithHoliday(int, int) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历,包含农历和所有节假日信息
- generateCalendarWithHoliday(int, int, Map<String, String>, Map<String, String>, Map<String, Integer>) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历,包含农历和所有节假日信息,使用自定义数据
- generateCalendarWithHoliday(int) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历,包含农历和所有节假日信息
- generateCalendarWithHoliday(int, Map<String, String>, Map<String, String>, Map<String, Integer>) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历,包含农历和所有节假日信息,使用自定义数据
- generateCalendarWithLocalHoliday(int, int, Map<String, String>, Map<String, Integer>) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历,包含公历节假日信息
- generateCalendarWithLocalHoliday(int, Map<String, String>, Map<String, Integer>) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历,包含公历节假日信息
- generateCalendarWithLunar(int, int) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历, 包含农历信息
- generateCalendarWithLunar(int) - 类 中的静态方法com.xkzhangsan.time.calendar.CalendarUtil
-
生成指定年月的日历, 包含农历信息
- getAge(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
计算年龄
- getAge(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
计算年龄
- getAge(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
计算年龄
- getByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.MonthNameEnum
-
根据code查询月份名称枚举
- getByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.WeekNameEnum
-
根据code查询星期名称枚举
- getChinaDay(int) - 类 中的静态方法com.xkzhangsan.time.LunarDate
-
获取农历中文日期
- getChinaYear(int) - 类 中的静态方法com.xkzhangsan.time.LunarDate
-
获取农历中文年
- getChineseHoliday() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getChineseHoliday(Date) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取农历几日
- getChineseHoliday(Date, Map<String, String>) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取农历几日
- getChineseHoliday(Temporal) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取农历几日
- getChineseHoliday(Temporal, Map<String, String>) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取农历几日
- getChineseHoliday(Date) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取农历几日
- getChineseHoliday(Date, Map<String, String>) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取农历几日
- getChineseHoliday(Temporal) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取农历几日
- getChineseHoliday(Temporal, Map<String, String>) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取农历几日
- getCode() - 枚举 中的方法com.xkzhangsan.time.enums.CommonTimeEnum
-
- getCode() - 枚举 中的方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
- getCode() - 枚举 中的方法com.xkzhangsan.time.enums.MonthNameEnum
-
- getCode() - 枚举 中的方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
- getCode() - 枚举 中的方法com.xkzhangsan.time.enums.WeekNameEnum
-
- getCommonTimeEnumByCode(String) - 枚举 中的静态方法com.xkzhangsan.time.enums.CommonTimeEnum
-
- getConstellationNameCn(String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
根据日期查询星座中文名称
- getConstellationNameCn(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
根据日期查询星座中文名称
- getConstellationNameEn(String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
根据日期查询星座英文名称
- getConstellationNameEnumByMonthDay(String) - 枚举 中的静态方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
根据日期查询星座名称枚举
- getData() - 枚举 中的方法com.xkzhangsan.time.holiday.ChineseHolidayData
-
- getDate(int, int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
根据年月日创建Date,时间部分为:00:00:00
- getDate(int, int, int, int, int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
根据年月日时分秒创建Date
- getDate(int, int, int, int, int, int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
根据年月日时分秒毫秒创建Date
- getDate() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getDateEndOfMonth(int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定月最后一天
- getDateList(Date, Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定区间的时间列表,包含起始
- getDateList(String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getDateList(int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getDateStartOfMonth(int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定月第一天
- getDateStr() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getDateType() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getDay() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getDayList() - 类 中的方法com.xkzhangsan.time.calendar.CalendarWrapper
-
- getDayMap() - 类 中的方法com.xkzhangsan.time.calendar.CalendarWrapper
-
- getDayOfMonth(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天
- getDayOfMonth(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天
- getDayOfMonth(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天
LocalDateTime LocalDate ZonedDateTime 可以直接.getDayOfMonth()
- getDayOfMonth(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天
LocalDateTime LocalDate ZonedDateTime 可以直接.getDayOfMonth()
- getDayOfWeek(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期值 1-7,星期一到星期日
- getDayOfWeek(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期值 1-7,星期一到星期日
- getDayOfWeek(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期值 1-7,星期一到星期日
- getDayOfWeek(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期值 1-7,星期一到星期日
- getDayOfWeekCn(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文,比如星期一
- getDayOfWeekCn(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文,比如星期一
- getDayOfWeekCn(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文,比如星期一
- getDayOfWeekCn(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文,比如星期一
- getDayOfWeekCnShort(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文简称,比如星期一为一
- getDayOfWeekCnShort(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文简称,比如星期一为一
- getDayOfWeekCnShort(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文简称,比如星期一为一
- getDayOfWeekCnShort(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期中文简称,比如星期一为一
- getDayOfWeekEnLong(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文全称,比如Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday
- getDayOfWeekEnLong(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文全称,比如Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday
- getDayOfWeekEnLong(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文全称,比如Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday
- getDayOfWeekEnLong(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文全称,比如Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday
- getDayOfWeekEnShort(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称,比如Mon
- getDayOfWeekEnShort(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称,比如Mon
- getDayOfWeekEnShort(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称,比如Mon
- getDayOfWeekEnShort(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称,比如Mon
- getDayOfWeekEnShortUpper(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称大写,比如MON
- getDayOfWeekEnShortUpper(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称大写,比如MON
- getDayOfWeekEnShortUpper(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称大写,比如MON
- getDayOfWeekEnShortUpper(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取星期英文简称大写,比如MON
- getDayOfYear(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天(一年中)
- getDayOfYear(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天(一年中)
- getDayOfYear(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天(一年中)
LocalDateTime LocalDate ZonedDateTime 可以直接.getDayOfYear()获取
- getDayOfYear(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取天(一年中)
LocalDateTime LocalDate ZonedDateTime 可以直接.getDayOfYear()获取
- getDayOfYear() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前时间在一年中的第几天
- getDays() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getEndDate() - 枚举 中的方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
- getEndTime() - 枚举 中的方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
- getEpochMilli() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取时间戳
- getEpochMilliFormat() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取格式化时间戳字符串
- getEpochMilliFormatFull() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取格式化时间戳字符串,带毫秒
- getEpochMilliIsoFormat() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取格式化时间戳字符串 iso格式 带: 2020-02-18T22:37:55+08:00
- getEpochMilliIsoFormatFull() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取格式化时间戳字符串 iso格式 带毫秒 带: 2020-02-18T22:37:55.991+08:00
- getEpochMilliIsoFormatFullNoColon() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取格式化时间戳字符串 iso格式 带毫秒 2020-02-18T22:37:55.991+0800
- getEpochMilliIsoNotFormatNoColon() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取格式化时间戳字符串 iso格式 2020-02-18T22:37:55+0800
- getEpochSecond() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取时间戳(到秒)
- getFullNameCn() - 枚举 中的方法com.xkzhangsan.time.enums.MonthNameEnum
-
- getFullNameCnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.MonthNameEnum
-
根据code查询月份中文全称
- getFullNameEn() - 枚举 中的方法com.xkzhangsan.time.enums.MonthNameEnum
-
- getFullNameEn() - 枚举 中的方法com.xkzhangsan.time.enums.WeekNameEnum
-
- getFullNameEnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.MonthNameEnum
-
根据code查询月份英文全称
- getFullNameEnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.WeekNameEnum
-
根据code查询星期英文全称
- getgDate() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getHoliday(Temporal) - 枚举 中的静态方法com.xkzhangsan.time.holiday.ChineseHolidayEnum
-
已过时。
- getHoliday(Temporal) - 枚举 中的静态方法com.xkzhangsan.time.holiday.LocalHolidayEnum
-
已过时。
- getHolidayName(Temporal) - 枚举 中的静态方法com.xkzhangsan.time.holiday.ChineseHolidayEnum
-
根据时间获取农历节日名称
- getHolidayName(Temporal) - 枚举 中的静态方法com.xkzhangsan.time.holiday.LocalHolidayEnum
-
根据时间获取节日名称
- getHour(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取小时
- getHour(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取小时
- getHour(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取小时
LocalDateTime LocalTime ZonedDateTime 可以直接.getHour()获取
- getHour(LocalTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取小时
LocalDateTime LocalTime ZonedDateTime 可以直接.getHour()获取
- getHourTime() - 枚举 中的方法com.xkzhangsan.time.enums.MomentEnum
-
- getInstance() - 类 中的静态方法com.xkzhangsan.time.constants.Constant
-
- getInstance() - 类 中的静态方法com.xkzhangsan.time.nlp.TextAnalysis
-
- getIsAllDayTime() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
- getlAnimal() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getlDate() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getlDateCn() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getlDay() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getlDayCn() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getLeapMonthCn() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getLength() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getLength() - 类 中的方法com.xkzhangsan.time.calendar.YearWrapper
-
- getLengthOfYear(int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取某年的总天数
- getlMonth() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getlMonthCn() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getLocalDate() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getLocalDateList(LocalDate, LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定区间的时间列表,包含起始
- getLocalDateList(YearMonth) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getLocalDateList(String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getLocalDateList(int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getLocalDateTime() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getLocalDateTimeList(LocalDateTime, LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定区间的时间列表,包含起始
- getLocalDateTimeList(YearMonth) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getLocalDateTimeList(String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getLocalDateTimeList(int, int) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定年月的所有日期列表
- getLocalHoliday() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getLocalHoliday(Date) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取公历节日
- getLocalHoliday(Date, Map<String, String>) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取公历节日
- getLocalHoliday(Temporal) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取公历节日
- getLocalHoliday(Temporal, Map<String, String>) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取公历节日
- getLocalHoliday(Date) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取公历节日
- getLocalHoliday(Date, Map<String, String>) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取公历节日
- getLocalHoliday(Temporal) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取公历节日
- getLocalHoliday(Temporal, Map<String, String>) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取公历节日
- getLong(TemporalField) - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getLunarDate() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getLunarDateStr() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getLunarDay() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getlYear() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getlYearCn() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getMillisecond(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取毫秒
- getMillisecond(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取毫秒
- getMillisecond(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取毫秒
- getMillisecond(LocalTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取毫秒
- getMillisecond(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取毫秒
- getMinute(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取分钟
- getMinute(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取分钟
- getMinute(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取分钟
LocalDateTime LocalTime ZonedDateTime 可以直接.getMinute()获取
- getMinute(LocalTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取分钟
LocalDateTime LocalTime ZonedDateTime 可以直接.getMinute()获取
- getMonth(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月, 比如 1
- getMonth(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月, 比如 1
- getMonth(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月, 比如 1
LocalDateTime LocalDate ZonedDateTime 可以直接getMonthValue()
- getMonth(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月, 比如 1
LocalDateTime LocalDate ZonedDateTime 可以直接getMonthValue()
- getMonth() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getMonthCnLong(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文全称, 比如一月
- getMonthCnLong(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文全称, 比如一月
- getMonthCnLong(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文全称, 比如一月
- getMonthCnLong(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文全称, 比如一月
- getMonthCnLong() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getMonthCnShort(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文简称, 比如一
- getMonthCnShort(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文简称, 比如一
- getMonthCnShort(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文简称, 比如一
- getMonthCnShort(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月份中文简称, 比如一
- getMonthCnShort() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getMonthEnLong(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文全称, 比如 January
- getMonthEnLong(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文全称, 比如 January
- getMonthEnLong(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文全称, 比如 January
- getMonthEnLong(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文全称, 比如 January
- getMonthEnLong() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getMonthEnShort(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称, 比如 Jan
- getMonthEnShort(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称, 比如 Jan
- getMonthEnShort(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称, 比如 Jan
- getMonthEnShort(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称, 比如 Jan
- getMonthEnShort() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getMonthEnShortUpper(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称大写, 比如 JAN
- getMonthEnShortUpper(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称大写, 比如 JAN
- getMonthEnShortUpper(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称大写, 比如 JAN
- getMonthEnShortUpper(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取月英文简称大写, 比如 JAN
- getMonthEnShortUpper() - 类 中的方法com.xkzhangsan.time.calendar.MonthWrapper
-
- getMonths() - 类 中的方法com.xkzhangsan.time.calendar.YearWrapper
-
- getName() - 枚举 中的方法com.xkzhangsan.time.enums.CommonTimeEnum
-
- getName() - 枚举 中的方法com.xkzhangsan.time.holiday.ChineseHolidayEnum
-
- getName() - 枚举 中的方法com.xkzhangsan.time.holiday.LocalHolidayEnum
-
- getNameCn() - 枚举 中的方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
- getNameCn(LocalTime) - 枚举 中的静态方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
根据时间查询时辰名称
- getNameCn(Date) - 枚举 中的静态方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
根据时间查询时辰名称
- getNameCn() - 枚举 中的方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
- getNameCn() - 枚举 中的方法com.xkzhangsan.time.enums.WeekNameEnum
-
- getNameCnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.WeekNameEnum
-
根据code查询星期中文名称
- getNameCnByMonthDay(String) - 枚举 中的静态方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
根据日期查询星座中文名称
- getNameEnByMonthDay(String) - 枚举 中的静态方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
根据日期查询星座英文名称
- getNextTime(String, Date) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成下一个执行时间
- getNextTime(String) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成下一个执行时间
- getNextTimeList(String, Date, int) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成多个执行时间
- getNextTimeList(String, int) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成多个执行时间
- getNextTimeStr(String, Date) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成下一个执行时间的日期格式化
- getNextTimeStr(String) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成下一个执行时间的日期格式化
- getNextTimeStrList(String, Date, int) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成多个执行时间的日期格式化
- getNextTimeStrList(String, int) - 类 中的静态方法com.xkzhangsan.time.cron.CronExpressionUtil
-
生成多个执行时间的日期格式化
- getObj() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getOldTimeBase() - 类 中的方法com.xkzhangsan.time.nlp.TimeContext
-
- getPattern() - 枚举 中的方法com.xkzhangsan.time.holiday.ChineseHolidayEnum
-
- getPattern() - 枚举 中的方法com.xkzhangsan.time.holiday.LocalHolidayEnum
-
- getQuarter(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获得季度值
- getQuarter(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获得季度值
- getQuarter(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获得季度值
- getQuarterOfNow() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获得当前季度值
- getSecond(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取秒
- getSecond(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取秒
- getSecond(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取秒
LocalDateTime LocalTime ZonedDateTime 可以直接.getSecond()获取
- getSecond(LocalTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取秒
LocalDateTime LocalTime ZonedDateTime 可以直接.getSecond()获取
- getShortNameCn() - 枚举 中的方法com.xkzhangsan.time.enums.MonthNameEnum
-
- getShortNameCnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.MonthNameEnum
-
根据code查询月份中文
- getShortNameEnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.MonthNameEnum
-
根据code查询月份英文简称
- getShortNameEnByCode(int) - 枚举 中的静态方法com.xkzhangsan.time.enums.WeekNameEnum
-
根据code查询星期英文简称
- getSolarTerm() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getSolarTerm(Date) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取二十四节气
- getSolarTerm(Temporal) - 接口 中的静态方法com.xkzhangsan.time.holiday.Holiday
-
根据日期获取二十四节气
- getSolarTerm(Date) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取二十四节气
- getSolarTerm(Temporal) - 类 中的静态方法com.xkzhangsan.time.holiday.HolidayUtil
-
根据日期获取二十四节气
- getSolarTerm() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getStartDate() - 枚举 中的方法com.xkzhangsan.time.enums.ConstellationNameEnum
-
- getStartTime() - 枚举 中的方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
- getSuiCi() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getTime() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
获取 Date
- getTimeBase() - 类 中的方法com.xkzhangsan.time.nlp.TimeContext
-
- getTimeContext() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
- getTimeExpression() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
- getTimeNorm() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
- getTimeNormFormat() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
- getTunit() - 类 中的方法com.xkzhangsan.time.nlp.TimeContext
-
- getTwelveHoursEnum(LocalTime) - 枚举 中的静态方法com.xkzhangsan.time.enums.TwelveTwoEnum
-
根据时间查询时辰名称枚举
- getTwelveTwo(LocalTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定时间对应的十二时辰
- getTwelveTwo(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定时间对应的十二时辰
- getTwelveTwo(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取指定时间对应的十二时辰
- getTwelveTwo() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前时间对应的十二时辰
- getWeek() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getWeekCn(int) - 类 中的静态方法com.xkzhangsan.time.LunarDate
-
获取中文星期
- getWeekCn() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- getWeekCnLong() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getWeekCnShort() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getWeekEnLong() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getWeekEnShort() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getWeekEnShortUpper() - 类 中的方法com.xkzhangsan.time.calendar.DayWrapper
-
- getYear(Date) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取年,比如2020
- getYear(Instant) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取年,比如2020
- getYear(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取年,比如2020
LocalDateTime LocalDate ZonedDateTime 可以直接getYear()
- getYear(LocalDate) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取年,比如2020
LocalDateTime LocalDate ZonedDateTime 可以直接getYear()
- getYear() - 类 中的方法com.xkzhangsan.time.calendar.YearWrapper
-
- getYear() - 枚举 中的方法com.xkzhangsan.time.holiday.ChineseHolidayData
-
- getYears() - 类 中的方法com.xkzhangsan.time.calendar.CalendarWrapper
-
- getZonedDateTimeNow(String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取时区当前时间
- getZonedDateTimeNowOfDefault() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前系统当前时区时间
- getZonedDateTimeNowOfEST() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前美国东部标准时区
- getZonedDateTimeNowOfParis() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前巴黎时区时间
- getZonedDateTimeNowOfShanghai() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前上海时区时间(北京时间)
- getZonedDateTimeNowOfTokyo() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
获取当前东京时区时间
- getZoneIdName() - 枚举 中的方法com.xkzhangsan.time.enums.ZoneIdEnum
-
- getZoneIdNameCn() - 枚举 中的方法com.xkzhangsan.time.enums.ZoneIdEnum
-
- TemporalAdjusterExtension - com.xkzhangsan.time中的类
-
TemporalAdjuster 扩展
- TextAnalysis - com.xkzhangsan.time.nlp中的类
-
根据正则文件分析文本中的时间字符串
- TextPreprocess - com.xkzhangsan.time.nlp中的类
-
文本预处理
- TimeContext - com.xkzhangsan.time.nlp中的类
-
时间表达式单元规范化对应的内部类
对应时间表达式规范化的每个字段,
六个字段分别是:年-月-日-时-分-秒,
每个字段初始化为-1
以及对比基本时间
- TimeContext() - 类 的构造器com.xkzhangsan.time.nlp.TimeContext
-
- TimeNLP - com.xkzhangsan.time.nlp中的类
-
时间自然语言分析
修改自 https://github.com/shinyke/Time-NLP
- TimeNLP(String, TextAnalysis) - 类 的构造器com.xkzhangsan.time.nlp.TimeNLP
-
时间表达式单元构造方法
该方法作为时间表达式单元的入口,将时间表达式字符串传入
- TimeNLP(String, TextAnalysis, TimeContext) - 类 的构造器com.xkzhangsan.time.nlp.TimeNLP
-
时间表达式单元构造方法
该方法作为时间表达式单元的入口,将时间表达式字符串传入
- TimeNLPUtil - com.xkzhangsan.time.nlp中的类
-
时间自然语言分析工具类
作为xk-time的一个扩展应用功能,主要原理是根据TimeRegex.Gzip正则集合识别时间词语,然后计算得到结果。
- toDate(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转Date
- toDate(LocalDate) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDate转Date
- toDate(LocalTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalTime转Date
以当天的日期+LocalTime组成新的LocalDateTime转换为Date
- toDate(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转Date
- toDate(long) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
时间戳epochMilli毫秒转Date
- toDate(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转Date
注意时间对应的时区和默认时区差异
- toDate(YearMonth, int) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
YearMonth转Date
注意dayOfMonth范围:1到31之间,最大值根据月份确定特殊情况,如2月闰年29,非闰年28
如果要转换为当月最后一天,可以使用下面方法:toDateEndOfMonth(YearMonth)
- toDateEndOfMonth(YearMonth) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
YearMonth转Date,转换为当月最后一天
- toDateStartOfMonth(YearMonth) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
YearMonth转Date,转换为当月第一天
- today() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
今天
- toEpochMilli(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转时间戳
从1970-01-01T00:00:00Z开始的毫秒值
- toEpochMilli(Timestamp) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Timestamp转时间戳
从1970-01-01T00:00:00Z开始的毫秒值
- toEpochMilli(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转时间戳
从1970-01-01T00:00:00Z开始的毫秒值
- toEpochMilli(LocalDate) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDate转时间戳
从1970-01-01T00:00:00Z开始的毫秒值
- toEpochMilli(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转时间戳
从1970-01-01T00:00:00Z开始的毫秒值
- toEpochMilli(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转时间戳,注意,zonedDateTime时区必须和当前系统时区一致,不然会出现问题
从1970-01-01T00:00:00Z开始的毫秒值
- toInstant(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转Instant
- toInstant(Timestamp) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Timestamp转Instant
- toInstant(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转Instant
- toInstant(LocalDate) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDate转Instant
- toInstant(LocalTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalTime转Instant
以当天的日期+LocalTime组成新的LocalDateTime转换为Instant
- toInstant(long) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
时间戳epochMilli毫秒转Instant
- toInstant(TemporalAccessor) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
temporal转Instant
- toInstant(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转Instant
注意,zonedDateTime时区必须和当前系统时区一致,不然会出现问题
- toLocalDate(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转LocalDate
- toLocalDate(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转LocalDate
- toLocalDate(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转LocalDate
- toLocalDate(long) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
时间戳epochMilli毫秒转LocalDate
- toLocalDate(TemporalAccessor) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
temporal转LocalDate
- toLocalDate(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转LocalDate
注意时间对应的时区和默认时区差异
- toLocalDate(YearMonth, int) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
YearMonth转LocalDate
注意dayOfMonth范围:1到31之间,最大值根据月份确定特殊情况,如2月闰年29,非闰年28
如果要转换为当月最后一天,可以使用下面方法:toLocalDateEndOfMonth(YearMonth)
- toLocalDateEndOfMonth(YearMonth) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
YearMonth转LocalDate,转换为当月最后一天
- toLocalDateStartOfMonth(YearMonth) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
YearMonth转LocalDate,转换为当月第一天
- toLocalDateTime(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转LocalDateTime
- toLocalDateTime(Timestamp) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Timestamp转LocalDateTime
- toLocalDateTime(LocalDate) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDate转LocalDateTime
- toLocalDateTime(LocalTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalTime转LocalDateTime
以当天的日期+LocalTime组成新的LocalDateTime
- toLocalDateTime(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转LocalDateTime
- toLocalDateTime(long) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
时间戳epochMilli毫秒转LocalDateTime
- toLocalDateTime(TemporalAccessor) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
temporal转LocalDateTime
- toLocalDateTime(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转LocalDateTime
注意时间对应的时区和默认时区差异
- toLocalTime(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转LocalTime
- toLocalTime(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转LocalTime
- toLocalTime(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转LocalTime
- toLocalTime(TemporalAccessor) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
temporal转LocalTime
- toLocalTime(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转LocalTime
注意时间对应的时区和默认时区差异
- tomorrow() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
明天
- toString() - 类 中的方法com.xkzhangsan.time.LunarDate
-
- toString() - 类 中的方法com.xkzhangsan.time.nlp.TimeNLP
-
- toTimestamp(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转Timestamp
- toTimestamp(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转Timestamp
- toTimestamp(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转Timestamp
- toTimestamp(long) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
时间戳epochMilli转Timestamp
- toYearMonth(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转YearMonth
- toYearMonth(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转YearMonth
- toYearMonth(LocalDate) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDate转YearMonth
- toYearMonth(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转YearMonth
- toYearMonth(ZonedDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
ZonedDateTime转YearMonth
- toZonedDateTime(Date) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转ZonedDateTime,时区为系统默认时区
- toZonedDateTime(Date, String) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转ZonedDateTime
- toZonedDateTime(Date, ZoneId) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Date转ZonedDateTime
- toZonedDateTime(LocalDateTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转ZonedDateTime,时区为系统默认时区
- toZonedDateTime(LocalDateTime, String) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDateTime转ZonedDateTime,时区为zoneId对应时区
注意,需要保证localDateTime和zoneId是对应的,不然会出现错误
- toZonedDateTime(LocalDate) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalDate转ZonedDateTime,时区为系统默认时区
- toZonedDateTime(LocalTime) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
LocalTime转ZonedDateTime
以当天的日期+LocalTime组成新的ZonedDateTime,时区为系统默认时区
- toZonedDateTime(Instant) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
Instant转ZonedDateTime,时区为系统默认时区
- toZonedDateTime(long) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
时间戳epochMilli毫秒转ZonedDateTime,时区为系统默认时区
- toZonedDateTime(TemporalAccessor) - 类 中的静态方法com.xkzhangsan.time.converter.DateTimeConverterUtil
-
temporal转ZonedDateTime,时区为系统默认时区
- transform(ZonedDateTime, String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
时区转换计算
- transform(ZonedDateTime, ZoneId) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
时区转换计算
- transform(Date, String) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
时区转换计算
- transform(Date, ZoneId) - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
时区转换计算
- TwelveTwoEnum - com.xkzhangsan.time.enums中的枚举
-
十二时辰枚举,包含英文全称,中文全称,时间范围
- TWENTYTHREECLOCK - 类 中的静态变量com.xkzhangsan.time.constants.Constant
-
23点
- YearWrapper - com.xkzhangsan.time.calendar中的类
-
年
- YearWrapper(int, List<MonthWrapper>) - 类 的构造器com.xkzhangsan.time.calendar.YearWrapper
-
- yesterday() - 类 中的静态方法com.xkzhangsan.time.calculator.DateTimeCalculatorUtil
-
昨天
- YY - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yy 年的后2位 比如: 20
- YY_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yy 年的后2位 比如: 20
- YY_M_D_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yy/M/d 比如:20/5/23
- YY_M_D_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yy/M/d 比如:20/5/23
- YY_MM_DD_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yy/MM/dd 比如:20/05/23
- YY_MM_DD_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yy/MM/dd 不补0 比如:20/05/23
- YYYY - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy 比如:2020
- YYYY_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy 比如:2020
- YYYY_M_CN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年M月 比如:2020年5月
- YYYY_M_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年M月 比如:2020年5月
- YYYY_M_D - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-M-d 不补0 比如: 2020-5-23
- YYYY_M_D_CN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年M月d日 不补0 比如: 2020年5月23日
- YYYY_M_D_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年M月d日 比如: 2020年5月23日
- YYYY_M_D_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/M/d 不补0 比如: 2020/5/23
- YYYY_M_D_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/M/d 不补0 比如: 2020/5/23
- YYYY_M_D_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-M-d 不补0 比如: 2020-5-23
- YYYY_M_D_H_M - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-M-d H:m 比如:2020-5-23 17:6
- YYYY_M_D_H_M_A_AM_PM_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/M/d h:m a 比如:2020/5/23 5:6 PM AM,PM
- YYYY_M_D_H_M_A_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/M/d h:m a 比如:2020/5/23 5:6 下午
- YYYY_M_D_H_M_A_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/M/d h:m a 比如:2020/5/23 5:6 下午 跟随系统
- YYYY_M_D_H_M_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/M/d H:m 比如:2020/5/23 17:6
- YYYY_M_D_H_M_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/M/d H:m 比如:2020/5/23 17:6
- YYYY_M_D_H_M_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-M-d H:m 比如:2020-5-23 17:6
- YYYY_M_D_H_M_S - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-M-d H:m:s 比如:2020-5-23 17:6:30
- YYYY_M_D_H_M_S_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/M/d H:m:s 比如:2020/5/23 17:6:30
- YYYY_M_D_H_M_S_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/M/d H:m:s 比如:2020/5/23 17:6:30
- YYYY_M_D_H_M_S_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-M-d H:m:s 比如:2020-5-23 17:6:30
- YYYY_M_D_H_M_S_SSS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-M-d H:m:s.SSS 比如:2020-5-23 17:6:30.272
- YYYY_M_D_H_M_S_SSS_COMMA - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-M-d H:m:s,SSS 比如:2020-5-23 17:6:30,272
- YYYY_M_D_H_M_S_SSS_COMMA_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-M-d H:m:s,SSS 比如:2020-5-23 17:6:30,272
- YYYY_M_D_H_M_S_SSS_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/M/d H:m:s.SSS 比如:2020/5/23 17:6:30.272
- YYYY_M_D_H_M_S_SSS_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/M/d H:m:s.SSS 比如:2020/5/23 17:6:30.272
- YYYY_M_D_H_M_S_SSS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-M-d H:m:s.SSS 比如:2020-5-23 17:6:30.272
- YYYY_M_D_POINT - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy.M.d 不补0 比如:2020.5.23
- YYYY_M_D_POINT_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy.M.d 不补0 比如:2020.5.23
- YYYY_MM - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM 比如:2020-05
- YYYY_MM_CN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年MM月 比如:2020年05月
- YYYY_MM_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月 比如:2020年05月
- YYYY_MM_DD - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd 比如: 2020-05-23
- YYYY_MM_DD_CN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年MM月dd日 比如: 2020年05月23日
- YYYY_MM_DD_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 比如: 2020年05月23日
- YYYY_MM_DD_E - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd E 比如:2020-05-23 星期六
- YYYY_MM_DD_E_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd E 不补0 比如:2020-05-23 星期六
- YYYY_MM_DD_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/MM/dd 比如: 2020/05/23
- YYYY_MM_DD_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/MM/dd 比如: 2020/05/23
- YYYY_MM_DD_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd 比如: 2020-05-23
- YYYY_MM_DD_HH_MM - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd HH:mm 比如:2020-05-23 17:06
- YYYY_MM_DD_HH_MM_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/MM/dd HH:mm 比如:2020/05/23 17:06
- YYYY_MM_DD_HH_MM_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/MM/dd HH:mm 比如:2020/05/23 17:06
- YYYY_MM_DD_HH_MM_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd HH:mm 比如:2020-05-23 17:06
- YYYY_MM_DD_HH_MM_SS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd HH:mm:ss 比如:2020-05-23 17:06:30
- YYYY_MM_DD_HH_MM_SS_A_AM_PM_CN_ALL_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 hh时mm分ss秒 a 比如:2020年05月23日 17时06分30秒 PM
- YYYY_MM_DD_HH_MM_SS_A_AM_PM_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 hh:mm:ss a 比如:2020年05月23日 05:06:30 PM
- YYYY_MM_DD_HH_MM_SS_A_CN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年MM月dd日 hh:mm:ss a 比如:2020年05月23日 05:06:30 下午 如果需要 显示PM 需要设置 Locale.ENGLISH
- YYYY_MM_DD_HH_MM_SS_A_CN_ALL - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年MM月dd日 hh时mm分ss秒 a 比如:2020年05月23日 17时06分30秒 下午 如果需要 显示PM 需要设置 Locale.ENGLISH
- YYYY_MM_DD_HH_MM_SS_A_CN_ALL_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 hh时mm分ss秒 a 比如:2020年05月23日 17时06分30秒 下午
- YYYY_MM_DD_HH_MM_SS_A_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 hh:mm:ss a 比如:2020年05月23日 05:06:30 下午
- YYYY_MM_DD_HH_MM_SS_CN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年MM月dd日 HH:mm:ss 比如:2020年05月23日 17:06:30
- YYYY_MM_DD_HH_MM_SS_CN_ALL - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy年MM月dd日 HH时mm分ss秒 比如:2020年05月23日 17时06分30秒
- YYYY_MM_DD_HH_MM_SS_CN_ALL_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 HH时mm分ss秒 比如:2020年05月23日 17时06分30秒
- YYYY_MM_DD_HH_MM_SS_CN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy年MM月dd日 HH:mm:ss 比如:2020年05月23日 17:06:30
- YYYY_MM_DD_HH_MM_SS_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/MM/dd HH:mm:ss 比如:2020/05/23 17:06:30
- YYYY_MM_DD_HH_MM_SS_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/MM/dd HH:mm:ss 比如:2020/05/23 17:06:30
- YYYY_MM_DD_HH_MM_SS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd HH:mm:ss 比如:2020-05-23 17:06:30
- YYYY_MM_DD_HH_MM_SS_SSS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd HH:mm:ss.SSS 比如:2020-05-23 17:06:30.272
- YYYY_MM_DD_HH_MM_SS_SSS_COMMA - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd HH:mm:ss,SSS 比如:2020-05-23 17:06:30,272
- YYYY_MM_DD_HH_MM_SS_SSS_COMMA_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd HH:mm:ss,SSS 比如:2020-05-23 17:06:30,272
- YYYY_MM_DD_HH_MM_SS_SSS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd HH:mm:ss.SSS 比如:2020-05-23 17:06:30.272
- YYYY_MM_DD_HH_MM_SS_SSSSSS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd HH:mm:ss.SSSSSS 比如:2020-05-23 17:06:30.272150
- YYYY_MM_DD_HH_MM_SS_SSSSSS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd HH:mm:ss.SSSSSS 比如:2020-05-23 17:06:30.272150
- YYYY_MM_DD_HH_MM_SS_SSSSSSSSS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd HH:mm:ss.SSSSSSSSS 比如:2020-05-23 17:06:30.272150620
- YYYY_MM_DD_HH_MM_SS_SSSSSSSSS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd HH:mm:ss.SSSSSSSSS 比如:2020-05-23 17:06:30.272150620
- YYYY_MM_DD_POINT - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy.MM.dd 比如:2020.05.23
- YYYY_MM_DD_POINT_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy.MM.dd 比如:2020.05.23
- YYYY_MM_DD_T_HH_MM_SS_SSS_XXX - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSxxx 比如:2020-05-23T17:06:30.272+08:00 2020-05-23T09:06:30.272+00:00
- YYYY_MM_DD_T_HH_MM_SS_SSS_XXX_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSxxx 比如:2020-05-23T17:06:30.272+08:00
- YYYY_MM_DD_T_HH_MM_SS_SSS_XXX_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSXXX 比如:2020-05-23T17:06:30.272+08:00 2020-05-23T09:06:30.272Z 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_SSS_XXX_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSXXX 比如:2020-05-23T17:06:30.272+08:00 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_SSS_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSZ 比如:2020-05-23T17:06:30.272+0800 2020-05-23T09:06:30.272+0000
- YYYY_MM_DD_T_HH_MM_SS_SSS_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSZ 比如:2020-05-23T17:06:30.272+0800
- YYYY_MM_DD_T_HH_MM_SS_SSSSSS_XXX - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSxxx 比如:2020-05-23T17:06:30.272150+08:00 2020-05-23T09:06:30.272150+00:00
- YYYY_MM_DD_T_HH_MM_SS_SSSSSS_XXX_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSxxx 比如:2020-05-23T17:06:30.272150+08:00 2020-05-23T09:06:30.272150+00:00
- YYYY_MM_DD_T_HH_MM_SS_SSSSSS_XXX_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSXXX 比如:2020-05-23T17:06:30.272150+08:00 2020-05-23T09:06:30.272150Z 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_SSSSSS_XXX_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSXXX 比如:2020-05-23T17:06:30.272150+08:00 2020-05-23T09:06:30.272150Z 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_SSSSSS_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ 比如:2020-05-23T17:06:30.272150+0800 2020-05-23T09:06:30.272150+0000
- YYYY_MM_DD_T_HH_MM_SS_SSSSSS_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ 比如:2020-05-23T17:06:30.272150+0800 2020-05-23T09:06:30.272150+0000
- YYYY_MM_DD_T_HH_MM_SS_SSSSSSSSS_XXX - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSxxx 比如:2020-05-23T17:06:30.272150620+08:00 2020-05-23T09:06:30.272150620+00:00
- YYYY_MM_DD_T_HH_MM_SS_SSSSSSSSS_XXX_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSxxx 比如:2020-05-23T17:06:30.272150620+08:00 2020-05-23T09:06:30.272150620+00:00
- YYYY_MM_DD_T_HH_MM_SS_SSSSSSSSS_XXX_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSXXX 比如:2020-05-23T17:06:30.272150620+08:00 2020-05-23T09:06:30.272150620Z 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_SSSSSSSSS_XXX_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSXXX 比如:2020-05-23T17:06:30.272150620+08:00 2020-05-23T09:06:30.272150620Z 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_SSSSSSSSS_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSZ 比如:2020-05-23T17:06:30.272150620+0800 2020-05-23T09:06:30.272150620+0000
- YYYY_MM_DD_T_HH_MM_SS_SSSSSSSSS_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSZ 比如:2020-05-23T17:06:30.272150620+0800 2020-05-23T09:06:30.272150620+0000
- YYYY_MM_DD_T_HH_MM_SS_XXX - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ssxxx 比如:2020-05-23T17:06:30+08:00 2020-05-23T09:06:30+00:00
- YYYY_MM_DD_T_HH_MM_SS_XXX_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ssxxx 比如:2020-05-23T17:06:30+08:00
- YYYY_MM_DD_T_HH_MM_SS_XXX_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ssXXX 比如:2020-05-23T17:06:30+08:00 2020-05-23T09:06:30Z 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_XXX_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ssXXX 比如:2020-05-23T17:06:30+08:00 0时区时末尾 为Z
- YYYY_MM_DD_T_HH_MM_SS_Z - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy-MM-dd'T'HH:mm:ssZ 比如:2020-05-23T17:06:30+0800 2020-05-23T09:06:30+0000
- YYYY_MM_DD_T_HH_MM_SS_Z_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM-dd'T'HH:mm:ssZ 比如:2020-05-23T17:06:30+0800
- YYYY_MM_EN - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyy/MM 比如:2020/05
- YYYY_MM_EN_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy/MM 比如:2020/05
- YYYY_MM_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyy-MM 比如:2020-05
- YYYYMM - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyyMM 比如:202005
- YYYYMM_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyyMM 比如:202005
- YYYYMMDD - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyyMMdd 比如: 20200523
- YYYYMMDD_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyyMMdd 比如: 20200523
- YYYYMMDDHHMM - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyyMMddHHmm 比如:202005231706
- YYYYMMDDHHMM_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyyMMddHHmm 比如:202005231706
- YYYYMMDDHHMMSS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyyMMddHHmmss 比如:20200523170630
- YYYYMMDDHHMMSS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyyMMddHHmmss 比如:20200523170630
- YYYYMMDDHHMMSSSSS - 类 中的静态变量com.xkzhangsan.time.formatter.DateFormatPattern
-
yyyyMMddHHmmssSSS 比如:20200523170630272
- YYYYMMDDHHMMSSSSS_FMT - 类 中的静态变量com.xkzhangsan.time.formatter.DateTimeFormatterUtil
-
yyyyMMddHHmmssSSS 比如:20200523170630272
Jdk8 解析 yyyyMMddHHmmssSSS bug,推荐解决用法 :https://bugs.java.com/bugdatabase/view_bug.do?