get_date_value method

get_date_value

This method is used to get the value as a DateTime object. This method is valid if only only type of the input element is “date”

Returns

The date object.

def get_date_value(self):
    ...

See Also