xk-time 是时间转换,计算,格式化,解析,日历和 cron 表达式等的工具,使用 Java8,线程安全,简单易用,多达 70 几种常用日期格式化模板,支持 Java8 时间类和 Date,轻量级,无第三方依赖。
xk-time is a tool for time conversion, calculation, formatting, parsing, calendar and cron expression, etc., using Java8, thread-safe, easy to use, up to 70 commonly used date formatting templates, support Java8 time class and Date , Lightweight, no third party dependence.
已经完成支持自然语言时间解析,比如:中文(今天,明天,下周,下月,明年,昨天,上周,上月,去年)和英文( today,tomorrow,yesterday,nextWeek,nextMonth )等,同时支持自定义。
github: https://github.com/xkzhangsan/xk-time
Maven
<dependency>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>2.2.0</version>
</dependency>