true
if this object represents a date that is today's date
*
- * @throws NullPointerException if {@link #getValue()} returns null
+ * @throws NullPointerException
+ * if {@link #getValue()} returns null
*/
public boolean isToday() {
Validate.notNull(myValue, getClass().getSimpleName() + " contains null value");
@@ -135,8 +141,7 @@ public abstract class BaseDateTimeDt extends BasePrimitive