Fast Calculate age from timestamp
8
If you only want to compare yyyy-mm-dd you can use the java.sql.Date class, the valueOf method does the trick. It's perfectly safe as the sql Date class is a subclass of the Date class.
Check out the docs here for more detail.
enjoy
Check out the docs here for more detail.
enjoy
10
How Long Has It Been Since a Certain Date?
13
daysBeteenDates will calculate the number of days between 2 dates in the form of 'YYYY-MM-DD'.









