1 | ObjectUtil.dateCompare(firstDate, secondDate); |
This call above will return you -1 if secondDate is later than the first date, 1 if it's the contrary case and 0 if they match.
1 | ObjectUtil.dateCompare(firstDate, secondDate); |
A blog about programming and yes it is caught somewhere in time
No comments:
Post a Comment