JAVA TIP: Removing time and offset for date comparison on Date Object
This program helps to remove time append with date object. in certain scenarios we might have stored complete iso string or an timestamp which has time recorded. when we try to compare date using java equals function i.e someDate.equals(withsomeDate) we often end up in mess, so while