xkzhangsan/xk-time
xk-time 是时间转换,时间计算,时间格式化,时间解析,日历,时间cron表达式和时间NLP等的工具,使用Java8(JSR-310),线程安全,简单易用,多达70几种常用日期格式化模板,支持Java8时间类和Date,轻量级,无第三方依赖。
This is a utility for Java developers who need to handle dates and times in their applications. It takes various date and time inputs and provides functions for converting between formats, performing calculations like adding days or finding the difference between two dates, and formatting dates into many common string representations. It's designed for developers building Java applications, especially those using Java 8 or newer.
339 stars. No commits in the last 6 months.
Use this if you are a Java developer needing a comprehensive, thread-safe toolkit for complex date and time manipulations, calculations, and formatting within your application.
Not ideal if you are developing for Android, as it may not fully support Java 8 features, or if you prefer to use older Java Date APIs without JSR-310.
Stars
339
Forks
85
Language
Java
License
Apache-2.0
Category
Last pushed
Sep 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/xkzhangsan/xk-time"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
adbar/htmldate
Fast and robust date extraction from web pages, with Python or on the command-line
alvinwan/timefhuman
Extract datetimes and durations from natural language text as Python objects. Supports ranges,...
mike182uk/timestring
Parse a human readable time string into a time based value
akoumjian/datefinder
Find dates inside text using Python and get back datetime objects
DanielJDufour/date-extractor
Extract dates from text