valid_dmy


Description:

public static bool valid_dmy (DateDay day, DateMonth month, DateYear year)

Returns true if the day-month-year triplet forms a valid, existing day in the range of days Date understands (Year 1 or later, no more than a few thousand years in the future).

Parameters:

day

day

month

month

year

year

Returns:

true if the date is a valid one