Date.validDay

Returns %TRUE if the day of the month is valid (a day is valid if it's between 1 and 31 inclusive).

class Date
static
bool
validDay

Parameters

day GDateDay

day to check

Return Value

Type: bool

%TRUE if the day is valid

Meta