Tests if this date is before the specified date.
@param when a date.
@return true if and only if the instant of time represented by this Date object is strictly earlier than the instant represented by when; false otherwise.
@exception NullPointerException if when is null.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.