| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| HalDateTime4jpa2TimestampConverter.java | 2013-05-09 | 1.2 kB | |
| HalDateTime4jpa2DateConverter.java | 2013-05-09 | 1.2 kB | |
| HalDateTime.java | 2013-05-09 | 74.8 kB | |
| _README.txt | 2013-05-09 | 588 Bytes | |
| Cal.java | 2013-04-01 | 6.7 kB | |
| HalDuration.java | 2013-04-01 | 11.2 kB | |
| HalDateTimeTest.java | 2013-04-01 | 4.9 kB | |
| HalDurationTest.java | 2013-04-01 | 864 Bytes | |
| Totals: 8 Items | 101.4 kB | 0 |
HalDateTime replaces java.util.Date, java.sql.Date and java.sql.Timestamp. It covers all requirements any developer may have in the area of business application development. It provides methods for parsing and formatting of dates in the Gregorian Calendar. HalDuration is the temporal distance between two dates. A utility class "Cal" provides a main method to print a calendar including week numbers. Options roughly follow the UNIX Cal command. Two additional classes are available to be used in JPA with EclipseLink. They convert a HalDateTime into its SQL counterpart.