fh.global.util.date
Class DateValidation

java.lang.Object
  extended by fh.global.util.date.DateValidation

public class DateValidation
extends java.lang.Object


Constructor Summary
DateValidation()
           
 
Method Summary
static boolean checkDate(java.lang.Integer day, java.lang.Integer month, java.lang.Integer year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateValidation

public DateValidation()
Method Detail

checkDate

public static boolean checkDate(java.lang.Integer day,
                                java.lang.Integer month,
                                java.lang.Integer year)