]> git.mxchange.org Git - jcore-utils.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 4 Nov 2022 17:06:57 +0000 (18:06 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 5 Nov 2022 02:00:31 +0000 (03:00 +0100)
commitf828955c624fce19eab4bcffbee1aca7addc7c71
tree11c77dd3fa073037ab4c8f2cfef077904dd539e6
parentf1c3cb0fb32764397705c588ed82a9b31a9716d3
Continued:
- added DateUtils class for comparing Date objects with each other
- currently only year, month and day (of month) are compared
- added unit test for above class
src/org/mxchange/jcoreutils/dates/DateUtils.java [new file with mode: 0644]
test/org/mxchange/jcoreutils/test/dates/DateUtilsTest.java [new file with mode: 0644]