All Projects → IanDarwin → Date4j

IanDarwin / Date4j

Licence: other
Code for date4j.net's simple date API, with a POM file, for upload to Maven Central.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Date4j

Date Time
Date and time library for PHP
Stars: ✭ 128 (+966.67%)
Mutual labels:  date-time
vscode-insertdatestring
An extension for Visual Studio Code that provides a configurable command for inserting the current date and time
Stars: ✭ 58 (+383.33%)
Mutual labels:  date-time
Ciso8601
Fast ISO8601 date time parser for Python written in C
Stars: ✭ 455 (+3691.67%)
Mutual labels:  date-time
Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (+16425%)
Mutual labels:  date-time
Socket-Programming-With-C
✉️ Learn Network Protocol and Network Programming
Stars: ✭ 147 (+1125%)
Mutual labels:  date-time
material-ui-datetimepicker
[UNMAINTAINED] Wrapper for Material UI Date and Time picker components
Stars: ✭ 32 (+166.67%)
Mutual labels:  date-time
Bottomsheetpickers
Third-party date and time pickers for Android.
Stars: ✭ 1,099 (+9058.33%)
Mutual labels:  date-time
Swiftdate
🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
Stars: ✭ 6,661 (+55408.33%)
Mutual labels:  date-time
chronic
A natural language date-time parser for the command-line
Stars: ✭ 13 (+8.33%)
Mutual labels:  date-time
Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+3475%)
Mutual labels:  date-time
Eztime
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Stars: ✭ 173 (+1341.67%)
Mutual labels:  date-time
timechange
Efficient Updating of Date-Times
Stars: ✭ 25 (+108.33%)
Mutual labels:  date-time
core
The XP Framework is an all-purpose, object oriented PHP framework.
Stars: ✭ 13 (+8.33%)
Mutual labels:  date-time
Pytime
PyTime is an easy-use Python module which aims to operate date/time/datetime by string.
Stars: ✭ 140 (+1066.67%)
Mutual labels:  date-time
Joda Time
Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
Stars: ✭ 4,736 (+39366.67%)
Mutual labels:  date-time
Moment Range
Fancy date ranges for Moment.js
Stars: ✭ 1,639 (+13558.33%)
Mutual labels:  date-time
ts-business-time
Business time / market hours logic for TypeScript
Stars: ✭ 18 (+50%)
Mutual labels:  date-time
Date Info
API to let user fetch the events that happen(ed) on a specific date
Stars: ✭ 7 (-41.67%)
Mutual labels:  date-time
Lubridate
Make working with dates in R just that little bit easier
Stars: ✭ 549 (+4475%)
Mutual labels:  date-time
jest-mock-date-examples
Different approaches to mocking the Date in Jest tests
Stars: ✭ 22 (+83.33%)
Mutual labels:  date-time

= date4j

== What?

This is Ian Darwin's repackaging of Hirondelle Systems's Date4J API.

I think of date4j as "the small, simple, sensible Date API for Java."

Another take: "One class to date them all". Literally, one class for almost everything.

Read all about it on http://date4j.net/

But do note that the problems that lead to the creation of date4j have been solved in the current release of Java! The Java 8 "new date/time API" (JSR-310, java.time) has what you need; see https://docs.oracle.com/javase/tutorial/datetime/

Find link:$$http://search.maven.org/#search|ga|1|a%3A%22hirondelle-date4j%22$$[the current version in Maven Central for use in Maven, Gradle, Buildr, Ivy, Grape, etc.] Note that the Maven package is hirondelle-date4j.

.Build image:http://img.shields.io/badge/license-BSD2-green.svg[link="http://github.com/IanDarwin/date4j"] image:https://maven-badges.herokuapp.com/maven-central/com.darwinsys/hirondelle-date4j/badge.svg[ link="https://maven-badges.herokuapp.com/maven-central/com.darwinsys/hirondelle-date4j"]

== Mavenizing Date4J

The code's original author is not a fan of Maven, but since he has thoughtfully put it under the BSD license, this is my "Redistribution and use in source and binary forms" with an intent to make it available to all Maven/Gradle/Buildr/etc Nexus/MavenCentral users.

I have made no code changes, and plan to make none.

I have reorganized the code into standard Maven directory structure, added the POM file, removed the lib directory (uses a Maven depends), and set it up for inclusion in Maven Central and uploaded it (URL above).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].